Skip to content

Commit

Permalink
Install full Conda environment upon building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed May 23, 2024
1 parent e659515 commit 8f4f3ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
use-mamba: true
- name: Install dependencies
run: |
mamba install -c conda-forge -y openff-amber-ff-ports openff-forcefields openff-interchange openff-interchange-base openff-models openff-toolkit openff-toolkit-base openff-units openff-utilities openmm openmmforcefields && pip install -e . && pip install -r docs/.docs.requirements
mamba env update -f environments/posebench_environment.yaml && pip install -e . && pip install -r docs/.docs.requirements
- name: Sphinx build
run: |
rm -rf docs/build/ && sphinx-build docs/source/ docs/build/
Expand Down
12 changes: 0 additions & 12 deletions docs/.docs.requirements
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
beartype
biopandas
biopython
docutils==0.20.1 # NOTE: currently required due to an `m2r2` bug: https://github.com/CrossNox/m2r2/issues/68
furo
ipython
Expand All @@ -10,15 +7,8 @@ matplotlib
nbsphinx
nbsphinx-link
nbstripout
pandas
pandoc
posebusters
prody
pydocstyle
pypdb
rdkit
rdkit-pypi
rootutils
sphinx
sphinx-copybutton
sphinx-inline-tabs
Expand All @@ -27,6 +17,4 @@ sphinxext-opengraph
sphinxcontrib-gtagjs
sphinxcontrib-jquery
sphinx_codeautolink
timeout_decorator
tqdm
watermark

0 comments on commit 8f4f3ea

Please sign in to comment.