Skip to content

Commit dc22a99

Browse files
committed
WIP: user_guide/pipelines
1 parent 360b6f8 commit dc22a99

File tree

4 files changed

+432
-464
lines changed

4 files changed

+432
-464
lines changed

docs/conf.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@
1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515

16-
extensions = ["myst_parser"]
16+
extensions = ["myst_parser", "sphinxcontrib.mermaid"]
1717
templates_path = ["_templates"]
1818
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
19-
myst_enable_extensions = ["colon_fence"]
19+
20+
# -- MyST parser configuration -----------------------------------------------
21+
# https://myst-parser.readthedocs.io/en/latest/configuration.html
22+
23+
myst_enable_extensions = ["attrs_inline", "colon_fence"]
2024

2125
# -- Options for HTML output -------------------------------------------------
2226
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

0 commit comments

Comments
 (0)