Skip to content

Commit

Permalink
update pins
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Sep 4, 2023
1 parent cb68833 commit 73c3114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/source/contributing_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ First we need to install dependencies. You'll need a mix of conda and pip instal
# documentation dependencies
conda install -c conda-forge sphinx pybtex pybtex-docutils \
sphinxcontrib-bibtex sphinx_rtd_theme sphinx-sitemap
python -m pip install msmb_theme==1.2.0
sphinxcontrib-bibtex mdanalysis_sphinx_theme sphinx-sitemap
python -m pip install
Ensure that you have a working C/C++ compiler (e.g. gcc or clang). You will also need Python ≥ 3.9. We will now install MDAnalysis.

Expand Down Expand Up @@ -311,7 +311,7 @@ Install the dependencies:
# for building documentation
python -m pip install \
sphinx sphinx_rtd_theme msmb_theme==1.2.0 sphinx-sitemap \
sphinx mdanalysis_sphinx_theme sphinx-sitemap \
pybtex pybtex-docutils sphinxcontrib-bibtex
Some packages, such as ``clustalw``, are not available via pip.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pyedr>=0.7
# building documentation
- mdanalysis-sphinx-theme
- docutils<0.18
- docutils
- pandoc
- pybtex
- sphinx
Expand Down

0 comments on commit 73c3114

Please sign in to comment.