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:51] – [Installation Sphinx] omdevelop | configuration:sphinx [2022/09/18 22:33] (current) – [Integration von Markdown-Files] omdevelop | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| ===== Theme-Wechsel ===== | ===== Theme-Wechsel ===== | ||
| - | * auf Github o.ä. passendes Theme finden | + |   * auf Github o.ä. passendes Theme finden: [[https:// | 
| - |   * **'pip install sphinx-rtd-theme' | + |   * In Admin-Console Theme installieren:  | 
| + |   * ä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.1663509081.txt.gz · Last modified: 2022/09/18 15:51 by omdevelop