Skip to content

Commit 67f19d4

Browse files
authored
Merge branch 'main' into feature/lu-solver-documentation
2 parents 5b8a85e + 8d410ae commit 67f19d4

26 files changed

+167
-196
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@
4343
"hoverxref.extension",
4444
"myst_nb",
4545
"sphinxcontrib.mermaid",
46+
"sphinxcontrib.tikz",
4647
]
4748

4849
templates_path = ["_templates"]
4950

51+
tikz_latex_preamble = "\\usepackage{circuitikz}"
52+
5053
# -- Options for HTML output -------------------------------------------------
5154
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5255

@@ -55,6 +58,7 @@
5558

5659
exclude_patterns = [
5760
"*/.ipynb_checkpoints/*",
61+
"_build/**/*",
5862
]
5963

6064
# -- myst parser and myst_nb config ------------------------------------------------------

docs/images/validation/asym_gen.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/images/validation/asym_gen.svg.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)