Skip to content

Commit 160623c

Browse files
Merge pull request #22 from thomasisensee/python-docs
fix(docs): remove empty sequences
2 parents 0d692a2 + 8bcf21f commit 160623c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

python/ndtbl/doc/conf.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,11 @@
1919
extensions = [
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
#
3829
html_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 = []

0 commit comments

Comments
 (0)