File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 44#
55# For a full list of documentation options, see:
66# https://www.sphinx-doc.org/en/master/usage/configuration.html
7+ #
78
89
910# ----------------------------------------------------------------------------
8081# Settings for sphinx_copybutton
8182copybutton_prompt_text = "$ "
8283
84+
8385# -- Options for HTML output -------------------------------------------------
8486
8587# The theme to use for HTML and HTML Help pages.
126128def setup (app ):
127129 app .add_css_file ("my-styles.css" )
128130
131+
129132# -- Extension configuration -------------------------------------------------
130133
131134# Configurations for sphinx gallery
@@ -136,6 +139,7 @@ def setup(app):
136139 '../examples/manage' ,
137140 '../examples/models' ,
138141 '../examples/plots' ,
142+ '../examples/customize' ,
139143 '../examples/sims' ,
140144 '../examples/analyses' ,
141145 '../motivations/concepts' ,
You can’t perform that action at this time.
0 commit comments