Skip to content

Commit ce7e555

Browse files
committed
add examples/customize to ordering
1 parent 1ea790e commit ce7e555

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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
# ----------------------------------------------------------------------------
@@ -80,6 +81,7 @@
8081
# Settings for sphinx_copybutton
8182
copybutton_prompt_text = "$ "
8283

84+
8385
# -- Options for HTML output -------------------------------------------------
8486

8587
# The theme to use for HTML and HTML Help pages.
@@ -126,6 +128,7 @@
126128
def 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',

0 commit comments

Comments
 (0)