File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919extensions = [
2020 "myst_parser" ,
2121 "sphinx.ext.autodoc" ,
22- "sphinx_rtd_theme" ,
2322]
2423
25- # Add any paths that contain templates here, relative to this directory.
26- templates_path = []
27-
28- # List of patterns, relative to source directory, that match files and
29- # directories to ignore when looking for source files.
30- # This pattern also affects html_static_path and html_extra_path.
31- exclude_patterns = []
32-
3324# -- Options for HTML output -------------------------------------------------
3425
3526# The theme to use for HTML and HTML Help pages. See the documentation for
3627# a list of builtin themes.
3728#
3829html_theme = "sphinx_rtd_theme"
39-
40- # Add any paths that contain custom static files (such as style sheets) here,
41- # relative to this directory. They are copied after the builtin static files,
42- # so a file named "default.css" will overwrite the builtin "default.css".
43- html_static_path = []
You can’t perform that action at this time.
0 commit comments