Skip to content

Commit

Permalink
Update sphinx_conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 26, 2024
1 parent 432cf51 commit b81a2a3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions scripts/sphinx_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
extensions = [
"autodoc2",
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinxcontrib.mermaid",
]
# autodoc2_output_dir = "docs/_build/html"
#autodoc2_packages = [
# "..",
#]
autodoc2_render_plugin = "myst"
myst_enable_extensions = [
"amsmath",
"attrs_inline",
Expand Down Expand Up @@ -59,5 +57,5 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

# html_static_path = ["_static"]
# html_theme = "alabaster"
html_static_path = ["_static"]
html_theme = "alabaster"

0 comments on commit b81a2a3

Please sign in to comment.