Skip to content

Commit ccc48dc

Browse files
onovymethane
authored andcommitted
Removed not needed sphinx.ext (PyMySQL#468)
* Remove sphinx.ext.mathjax, it's not needed * Remove sphinx.ext.ifconfig, it's not needed * Remove sphinx.ext.viewcode, it's not needed
1 parent 92a0679 commit ccc48dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
extensions = [
3232
'sphinx.ext.autodoc',
3333
'sphinx.ext.intersphinx',
34-
'sphinx.ext.mathjax',
35-
'sphinx.ext.ifconfig',
36-
'sphinx.ext.viewcode',
3734
]
3835

3936
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)