Skip to content

Commit

Permalink
Pin sphinx version temporarily (Qiskit#4556)
Browse files Browse the repository at this point in the history
Sphinx released 3.1.0 yesterday which has introduced 1821 warnings to
the terra docs builds. Until these can all be fixed the CI jobs are
failing because we enforce no warnings as sphinx warnings almost always
point to real docs bugs. This commit pins the sphinx version we use for
testing and local builds until we can fix all the newly introduced
warnings.
  • Loading branch information
mtreinish authored Jun 9, 2020
1 parent 968000f commit 2dad686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pylatexenc>=1.4
ddt>=1.2.0,!=1.4.0
seaborn>=0.9.0
reno>=3.1.0;python_version>'3.5'
Sphinx>=1.8.3
Sphinx>=1.8.3,<3.1.0
sphinx-rtd-theme>=0.4.0
sphinx-tabs>=1.1.11
sphinx-autodoc-typehints
Expand Down

0 comments on commit 2dad686

Please sign in to comment.