Skip to content

Commit

Permalink
Update Sphinx to v1.8.2
Browse files Browse the repository at this point in the history
A recent commit updated the doc generation tool, sphinx, from v1.7.2 to v1.8.0.  However, this broke the ability to generate and review the docs from a forked branch.
This is due to a known bug in Sphinx which was fixed on v1.8.2 (sphinx-doc/sphinx#5519).
This commit updates the dependency to this version.

Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
  • Loading branch information
andrew-coleman authored and denyeart committed Nov 2, 2021
1 parent 70ace58 commit 843ff14
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
Expand Up @@ -11,6 +11,6 @@ Pygments==2.1.3
pytz==2016.4
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.8.0
Sphinx==1.8.2
sphinx-rtd-theme==0.4.2
recommonmark==0.4.0

0 comments on commit 843ff14

Please sign in to comment.