Skip to content

Commit

Permalink
Modifications to readthedocs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritsingh committed May 30, 2024
1 parent 9d7b18b commit c331491
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt

conda:
environment: docs/requirements.yaml
# conda:
# environment: docs/requirements.yaml
23 changes: 1 addition & 22 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,4 @@ dependencies:
- python=3.11

# other libraries
- pip
- setuptools
- sphinx
- sphinx_rtd_theme
- nbsphinx
- nbsphinx_link
- msmb_theme
- pandoc

# python libraries
- jupyter
- ipython
- matplotlib
- jinja2
- runipy
- openmm
- scikit-learn
- pytest
- pandas
- numpydoc
- wheel
- tables
- pandoc

0 comments on commit c331491

Please sign in to comment.