Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eef9a61

Browse files
Pin deps for ReadTheDocs (#139)
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.
1 parent 0feb0b8 commit eef9a61

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
sphinx==5.1.1
2+
sphinx-rtd-theme==1.0.0
13
numpy>=1.11.1
2-
numpydoc
4+
numpydoc==1.4.0
35
nptyping
46
typing_extensions

0 commit comments

Comments
 (0)