docs: removed unused plugins
This commit is contained in:
parent
5093287b32
commit
9ca16d077d
|
|
@ -30,8 +30,8 @@ sys.path.insert(0, os.path.abspath('..'))
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.doctest',
|
# 'sphinx.ext.doctest',
|
||||||
'sphinx.ext.githubpages',
|
# 'sphinx.ext.githubpages',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue