Skip to content

Commit

Permalink
update sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
sobjornstad committed Jul 25, 2024
1 parent dad1215 commit 5dad082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '4.2.0'
needs_sphinx = '5.0.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
2 changes: 1 addition & 1 deletion cli_docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docs
sphinx==4.2.0 # newer versions display function names in the wrong color?
sphinx>=5.0.0 # newer versions display function names in the wrong color?
sphinx_rtd_theme==0.5.2
Jinja2<3.1 # https://github.com/readthedocs/readthedocs.org/issues/9038

0 comments on commit 5dad082

Please sign in to comment.