Skip to content

Commit

Permalink
Do not use sphinx 1.7.7 due to possible sphinx bug with type annotations
Browse files Browse the repository at this point in the history
Most probably the reason is in this sphinx issue:
sphinx-doc/sphinx#5291

Warnings that sphinx 1.7.7 gives look like this:
WARNING: error while formatting arguments for xxx.xxx.xxx:
'_Any' object has no attribute '__origin__'
  • Loading branch information
astafan8 committed Aug 21, 2018
1 parent bab7f6e commit f022ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=1.7.2
sphinx>=1.7.2,!=1.7.7
sphinx_rtd_theme
sphinxcontrib-jsonschema
nbconvert
Expand Down

0 comments on commit f022ef3

Please sign in to comment.