Skip to content

Commit

Permalink
Exclude DQM Bokeh app from doc (can't be easily scriptified without e…
Browse files Browse the repository at this point in the history
…mbedding the Tornado server) from Sphinx doc build, as well as Franca's tools (which are very outdated).
  • Loading branch information
jlenain committed Aug 22, 2024
1 parent 2bbe00a commit 449db6e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@

templates_path = ["_templates"]

exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = [
"_build",
"Thumbs.db",
".DS_Store",
"**bokeh_app**",
"**tools**",
]

# intersphinx allows referencing other packages sphinx docs
intersphinx_mapping = {
Expand Down Expand Up @@ -121,9 +127,9 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "pydata_sphinx_theme"
# html_theme = "pydata_sphinx_theme"
# html_theme = "alabaster"
# html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_rtd_theme"

# Output file base name for HTML help builder.
htmlhelp_basename = f"{project}doc"
Expand Down

0 comments on commit 449db6e

Please sign in to comment.