Skip to content

Commit

Permalink
docs: Use latest Sphinx
Browse files Browse the repository at this point in the history
sphinx_rtd_theme is now compatible with the latest version of
Sphinx (that suggests to set the language).
  • Loading branch information
dbaty committed Jan 12, 2023
1 parent 875f3f6 commit f5e91b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
pytest
pytest-cov

# Docs (pin Sphinx until sphinx_rtd is compatible with a more recent version)
sphinx<2
# Docs
sphinx
sphinx_rtd_theme

# Quality
Expand Down

0 comments on commit f5e91b0

Please sign in to comment.