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:35] – [Konfiguration Sphinx] omdevelop | configuration:sphinx [2022/09/18 22:33] (current) – [Integration von Markdown-Files] omdevelop | ||
---|---|---|---|
Line 9: | Line 9: | ||
===== Installation Sphinx ===== | ===== Installation Sphinx ===== | ||
- | * '**pip install -U sphinx**' | + | * **'pip install -U sphinx'** in der Administrator-Console |
Line 17: | Line 17: | ||
* **sphinx-quickstart** ausführen | * **sphinx-quickstart** ausführen | ||
+ | ===== Theme-Wechsel ===== | ||
+ | * auf Github o.ä. passendes Theme finden: [[https:// | ||
+ | * 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.1663508151.txt.gz · Last modified: 2022/09/18 15:35 by omdevelop