We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc1aaf commit 56608ddCopy full SHA for 56608dd
docs/conf.py
@@ -43,7 +43,7 @@
43
# The suffix(es) of source filenames.
44
# You can specify multiple suffix as a list of string:
45
# source_suffix = ['.rst', '.md']
46
-source_suffix = '.rst'
+source_suffix = {'.rst': 'restructuredtext'}
47
48
# The encoding of source files.
49
#source_encoding = 'utf-8-sig'
@@ -300,4 +300,4 @@
300
301
302
# Example configuration for intersphinx: refer to the Python standard library.
303
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
0 commit comments