Pin Sphinx version to v1.7.0 (#7337)
Later versions of Sphinx fail due to possible clashes with our custom argparse.
This commit is contained in:
parent
4a807fca08
commit
9c7d4e34f7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# These dependencies should be installed using pip in order
|
# These dependencies should be installed using pip in order
|
||||||
# to build the documentation.
|
# to build the documentation.
|
||||||
|
|
||||||
sphinx
|
sphinx==1.7.0
|
||||||
sphinxcontrib-programoutput
|
sphinxcontrib-programoutput
|
||||||
|
|
Loading…
Reference in a new issue