Skip to content

Commit

Permalink
Specify tested versions of req to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed Mar 15, 2024
1 parent 7e9cbcf commit 554ce7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ Compiling the docs

You need pandoc, sphinx, nbsphinx, sphinx_rtd_theme and mock. Using conda::

conda install -c conda-forge pandoc nbsphinx sphinx_rtd_theme mock
conda install -c conda-forge pandoc=3.1.3 nbsphinx=0.9.3 sphinx_rtd_theme=2.0.0 mock=5.1.0

Other versions might work was well.

Once you have these requirements, run::

Expand Down

0 comments on commit 554ce7d

Please sign in to comment.