Skip to content

Commit

Permalink
Be more specific about requirement versions
Browse files Browse the repository at this point in the history
For some reason, auto-downloads an old version of Sphinx that's not compatible otherwise.
  • Loading branch information
OrangeChannel committed Jul 26, 2020
1 parent e602172 commit 1abe1ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/requirements.txt
@@ -1,6 +1,6 @@
docutils
Pygments
pyparsing
Sphinx
sphinx-autodoc-typehints
sphinx-rtd-theme
docutils==0.16
Pygments==2.6.1
pyparsing==2.4.7
Sphinx==3.0.3
sphinx-autodoc-typehints==1.10.3
sphinx-rtd-theme==0.4.3

0 comments on commit 1abe1ad

Please sign in to comment.