Skip to content

Commit

Permalink
Try upgrading sphinx to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Aug 4, 2023
1 parent b0433a1 commit b665138
Show file tree
Hide file tree
Showing 3 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 @@ -271,7 +271,7 @@
#texinfo_show_urls = 'footnote'

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

autoclass_content = 'both'

Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rstcheck==6.1.2; python_version >= '3.7'
fasteners
sphinx==6.1.3
sphinx==7.1.2
2 changes: 1 addition & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Requirements for ReadTheDocs
sphinx==6.1.3
sphinx==7.1.2

0 comments on commit b665138

Please sign in to comment.