Skip to content

Commit 049083e

Browse files
committed
Fix building docs with nbsphinx
1 parent f49990a commit 049083e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@
4343
templates_path = ['_templates']
4444

4545
# The suffix(es) of source filenames.
46-
# You can specify multiple suffix as a list of string:
47-
#
48-
# source_suffix = ['.rst', '.md']
49-
source_suffix = ['.rst', '.ipynb']
46+
source_suffix = {'.rst': 'restructuredtext'}
5047

5148
# The master toctree document.
5249
master_doc = 'index'

0 commit comments

Comments
 (0)