diff --git a/doc/source/contributing_code.rst b/doc/source/contributing_code.rst index 4397baa2f..bd32e6272 100644 --- a/doc/source/contributing_code.rst +++ b/doc/source/contributing_code.rst @@ -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. @@ -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. diff --git a/environment.yml b/environment.yml index 0bdf51c6f..2c3f77349 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,7 @@ dependencies: - pyedr>=0.7 # building documentation - mdanalysis-sphinx-theme - - docutils<0.18 + - docutils - pandoc - pybtex - sphinx