Skip to content

Commit 56608dd

Browse files
committed
Fix sphinx build for readthedocs
1 parent cbc1aaf commit 56608dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# The suffix(es) of source filenames.
4444
# You can specify multiple suffix as a list of string:
4545
# source_suffix = ['.rst', '.md']
46-
source_suffix = '.rst'
46+
source_suffix = {'.rst': 'restructuredtext'}
4747

4848
# The encoding of source files.
4949
#source_encoding = 'utf-8-sig'
@@ -300,4 +300,4 @@
300300

301301

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

0 commit comments

Comments
 (0)