Skip to content

Commit 3994ec0

Browse files
committed
1 parent 599e654 commit 3994ec0

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

docs/source/conf.py

+15-10
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@
7373
# Usually you set "language" from the command line for these cases.
7474
language = None
7575

76-
# order autodoc members by their order in the source
77-
autodoc_member_order = "bysource"
78-
79-
# show base classes for autodoc
80-
autodoc_default_flags = ["show-inheritance", "inherited-members"]
81-
8276
# List of patterns, relative to source directory, that match files and
8377
# directories to ignore when looking for source files.
8478
# This pattern also affects html_static_path and html_extra_path.
@@ -90,6 +84,21 @@
9084
# The default language to highlight source code in.
9185
highlight_language = "python3"
9286

87+
# -- Extension Configuration ------------------------------------------------------
88+
89+
# -- sphinx_panel --
90+
91+
# Used to stop the extension from loading bootstrap twice since the `pydata_sphinx_theme`
92+
# already adds it for use.
93+
panels_add_boostrap_css = False
94+
95+
# -- sphinx.ext.autodoc --
96+
97+
# show base classes for autodoc
98+
autodoc_default_flags = ["show-inheritance", "inherited-members"]
99+
# order autodoc members by their order in the source
100+
autodoc_member_order = "bysource"
101+
93102
# -- Options for HTML output -------------------------------------------------
94103

95104
# The theme to use for HTML and HTML Help pages. See the documentation for
@@ -123,7 +132,6 @@
123132
# or fully qualified paths (eg. https://...)
124133
html_css_files = [
125134
"css/interactive-widget.css",
126-
"css/custom-max-width.css",
127135
"css/fix-code-linenos.css",
128136
]
129137

@@ -223,9 +231,6 @@
223231
# A list of files that should not be packed into the epub file.
224232
epub_exclude_files = ["search.html"]
225233

226-
227-
# -- Extension configuration -------------------------------------------------
228-
229234
# -- Options for intersphinx extension ---------------------------------------
230235

231236
# Example configuration for intersphinx: refer to the Python standard library.

docs/source/static/css/custom-max-width.css

-3
This file was deleted.

0 commit comments

Comments
 (0)