configuration:sphinx
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| configuration:sphinx [2022/09/18 15:57] – [Theme-Wechsel] omdevelop | configuration:sphinx [2022/09/18 22:33] (current) – [Integration von Markdown-Files] omdevelop | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * In Admin-Console Theme installieren: | * In Admin-Console Theme installieren: | ||
| * ändern der Sphinx-Konfigurationsdatei **conf.py** auf **html_theme = " | * ändern der Sphinx-Konfigurationsdatei **conf.py** auf **html_theme = " | ||
| + | * wichtig: KEINE Hochkommas, sondern Gänsefüsse!!! | ||
| + | ===== Integration von Markdown-Files ===== | ||
| + | * **'pip install --upgrade myst-parser' | ||
| + | |||
| + | < | ||
| + | source_suffix = { | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | } | ||
| + | # | ||
| + | extensions = [" | ||
| + | </ | ||
| + | |||
| + | * Markdown-Page **helper.md**: | ||
| + | |||
| + | < | ||
| + | Helper | ||
| + | ====== | ||
| + | # Main | ||
| + | ## Sub | ||
| + | ### SubSub | ||
| + | #### SubSubSub | ||
| + | ##### SubSubSubSub | ||
| + | ###### SubSubSubSubSub | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | * **'pip install nbsphinx' | ||
| + | * **'pip install sphinx-math-dollar' | ||
| + | * in ' | ||
| + | * **' | ||
| + | * **' | ||
| + | |||
| + | |||
| ===== ToDo / Done ===== | ===== ToDo / Done ===== | ||
configuration/sphinx.1663509471.txt.gz · Last modified: 2022/09/18 15:57 by omdevelop