File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232# Add any Sphinx extension module names here, as strings. They can be extensions
3333# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3434extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.doctest' ,
35- 'sphinx.ext.coverage' , 'sphinx.ext.pngmath ' , 'sphinx.ext.napoleon' ]
35+ 'sphinx.ext.coverage ' , 'sphinx.ext.napoleon' ]
3636
3737# Add any paths that contain templates here, relative to this directory.
3838templates_path = ['_templates' ]
138138# Add any paths that contain custom static files (such as style sheets) here,
139139# relative to this directory. They are copied after the builtin static files,
140140# so a file named "default.css" will overwrite the builtin "default.css".
141- html_static_path = ['_static' ]
141+ # html_static_path = ['_static']
142142
143143# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
144144# using the given strftime format.
You can’t perform that action at this time.
0 commit comments