Skip to content

Commit

Permalink
Fix doc build failure
Browse files Browse the repository at this point in the history
Last time, the doc build failed because rtd was not fully supported by
Sphinx7. (See: readthedocs/sphinx_rtd_theme#1463)

This problem has now been corrected, so we want to use the latest
rtd-compatible version of Sphinx.

Also fix the requirements version used in order to avoid future build
failure.
  • Loading branch information
leocardao committed Oct 4, 2023
1 parent ffadad2 commit a32777a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==5.3.0
sphinx-autoapi
sphinx==7.2.6
sphinx-autoapi==3.0.0
sphinx_rtd_theme==1.3.0

0 comments on commit a32777a

Please sign in to comment.