diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..491c2d5 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +version: 2 + +build: + os: "ubuntu-20.04" + tools: + python: "mambaforge-4.10" + +sphinx: + configuration: docs/conf.py + fail_on_warning: false + +conda: + environment: devtools/conda-envs/docs.yaml + +python: + # Install our python package before building the docs + install: + - method: pip + path: . \ No newline at end of file diff --git a/devtools/conda-envs/docs.yaml b/devtools/conda-envs/docs.yaml index e604c69..2ef837b 100644 --- a/devtools/conda-envs/docs.yaml +++ b/devtools/conda-envs/docs.yaml @@ -4,3 +4,5 @@ channels: dependencies: - python>=3.12 + - pip: + - git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme \ No newline at end of file