Skip to content

Commit 5b0bf66

Browse files
committed
chore: remove unused intersphinx extension
No reason to add additional roles and directives to our parser if we aren't using them. Signed-off-by: Randolph Sapp <[email protected]>
1 parent ab281b9 commit 5b0bf66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3737
# ones.
3838
extensions = [
39-
'sphinx.ext.intersphinx',
4039
'sphinx.ext.todo',
4140
'sphinx.ext.mathjax',
4241
'sphinx.ext.ifconfig',
@@ -251,10 +250,6 @@
251250
# If true, do not generate a @detailmenu in the "Top" node's menu.
252251
#texinfo_no_detailmenu = False
253252

254-
255-
# Example configuration for intersphinx: refer to the Python standard library.
256-
# intersphinx_mapping = {'https://docs.python.org/': None}
257-
258253
# Suppress warnings about excluded documents because every device gets a different toc tree
259254
suppress_warnings = ['toc.excluded']
260255

0 commit comments

Comments
 (0)