Skip to content

Commit 837e5b9

Browse files
authored
Merge pull request jupyter#6200 from mgeier/doc-nbsphinx-fix
DOC: Fix nbsphinx settings
2 parents d564b67 + 9d70c45 commit 837e5b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx>=1.3.6
22
sphinx-rtd-theme
3-
nbsphinx==0.8.6
3+
nbsphinx
44
sphinxcontrib_github_alt
55
myst_parser

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
# The suffix(es) of source filenames.
8686
# You can specify multiple suffix as a list of string:
8787
# source_suffix = ['.rst', '.md']
88-
source_suffix = ['.rst', '.ipynb']
8988

9089
# The encoding of source files.
9190
#source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)