Skip to content

Commit

Permalink
Pin deps for ReadTheDocs (#139)
Browse files Browse the repository at this point in the history
Update `docs/requirements.txt` to include pinned deps. This is done according to the advice from ReadTheDocs here: https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies

Additionally, add specific pinned versions of Sphinx and sphinx_rtd_theme in order to produce a consistent result as what's seen locally.
  • Loading branch information
addisonElliott authored Sep 22, 2022
1 parent 0feb0b8 commit eef9a61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sphinx==5.1.1
sphinx-rtd-theme==1.0.0
numpy>=1.11.1
numpydoc
numpydoc==1.4.0
nptyping
typing_extensions

0 comments on commit eef9a61

Please sign in to comment.