Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c2736f

Browse files
committed
remove intershinx extension
1 parent 6e43381 commit 2c2736f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28-
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo']
28+
extensions = ['sphinx.ext.todo']
2929

3030
# Add any paths that contain templates here, relative to this directory.
3131
templates_path = ['_templates']
@@ -257,4 +257,4 @@
257257

258258

259259
# Example configuration for intersphinx: refer to the Python standard library.
260-
intersphinx_mapping = {'http://docs.python.org/': None}
260+
#intersphinx_mapping = {'http://docs.python.org/': None}

0 commit comments

Comments
 (0)