Merge pull request #6200 from mgeier/doc-nbsphinx-fix

DOC: Fix nbsphinx settings
Kevin Bates 5 years ago committed by GitHub
commit 837e5b9895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
sphinx>=1.3.6
sphinx-rtd-theme
nbsphinx==0.8.6
nbsphinx
sphinxcontrib_github_alt
myst_parser

@ -85,7 +85,6 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
source_suffix = ['.rst', '.ipynb']
# The encoding of source files.
#source_encoding = 'utf-8-sig'

Loading…
Cancel
Save