Skip to content

Commit cc10bb4

Browse files
authored
Merge pull request #179 from takluyver/fix-docs-build
Fix building docs with nbsphinx
2 parents f49990a + 049083e commit cc10bb4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/conf.py

+1-4
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)