diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..7f362893 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +version: 2 + +sphinx: + configuration: docs/source/conf.py + builder: html + +conda: + environment: docs/environment.yml \ No newline at end of file diff --git a/docs/environment.yml b/docs/environment.yml index 62c56412..7f14b6fa 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -4,4 +4,4 @@ channels: - conda-forge dependencies: - - breathe + - breathe \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index e4a32e32..f2d2a70d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,4 +32,4 @@ def setup(app): highlight_language = 'c++' pygments_style = 'sphinx' todo_include_todos = False -htmlhelp_basename = '' +htmlhelp_basename = '' \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 004a03ae..00000000 --- a/readthedocs.yml +++ /dev/null @@ -1,2 +0,0 @@ -conda: - file: docs/environment.yml