User Tools

Site Tools


configuration:sphinx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
configuration:sphinx [2022/09/18 19:56] – [Integration von Markdown-Files] omdevelopconfiguration:sphinx [2022/09/18 22:33] (current) – [Integration von Markdown-Files] omdevelop
Line 26: Line 26:
   * **'pip install --upgrade myst-parser'** {{https://www.sphinx-doc.org/en/master/usage/markdown.html | Sphinx-Markdown}}   * **'pip install --upgrade myst-parser'** {{https://www.sphinx-doc.org/en/master/usage/markdown.html | Sphinx-Markdown}}
  
 +<code>
 +source_suffix = {
 +    '.rst': 'restructuredtext',
 +    '.txt': 'markdown',
 +    '.md': 'markdown',
 +}
 +#
 +extensions = ["myst_parser"]
 +</code>
 +
 +  * Markdown-Page **helper.md**:
 +
 +<code>
 +Helper
 +======
 +# Main
 +## Sub
 +### SubSub
 +#### SubSubSub
 +##### SubSubSubSub
 +###### SubSubSubSubSub
 +<h1>asdfsd</h1>
 +<h2>asdfsd</h2>
 +<h3>asdfsd</h3>
 +<h4>asdfsd</h4>
 +<h5>asdfsd</h5>
 +<h6>asdfsd</h6>
 +</code>
 +
 +  * **'pip install nbsphinx'**
 +  * **'pip install sphinx-math-dollar'**
 +  * in 'conf.py' ändern:
 +    * **'mathjax_config = {'** zu
 +    * **'mathjax3_config = {'**
 +
 + 
 ===== ToDo / Done ===== ===== ToDo / Done =====
  
configuration/sphinx.1663523805.txt.gz · Last modified: 2022/09/18 19:56 by omdevelop