Skip to content

Commit

Permalink
Update docs/conf.py to Sphinx 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 26, 2024
1 parent 83c39c6 commit 7363695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
templates_path = ['_templates']

# The suffix of source filenames.
source_suffix = '.rst'
source_suffix = {'.rst': 'restructuredtext'}

# The encoding of source files.
#source_encoding = 'utf-8-sig'
Expand Down Expand Up @@ -266,4 +266,4 @@


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

0 comments on commit 7363695

Please sign in to comment.