fix again
This commit is contained in:
parent
1b03f3b2e9
commit
21021875c8
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,11 @@ author = 'Sakuragasaki46'
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = ["sphinx.ext.autodoc", 'sphinx.ext.autosummary']
|
extensions = [
|
||||||
|
"sphinx.ext.autodoc",
|
||||||
|
'sphinx.ext.autosummary',
|
||||||
|
'sphinx_rtd_theme'
|
||||||
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue