Markdown ve sphinxu.
This commit is contained in:
parent
7f1d406242
commit
87e2833a89
3 changed files with 13 additions and 1 deletions
|
@ -34,7 +34,8 @@ extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinx.ext.intersphinx',
|
'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.autosectionlabel'
|
'sphinx.ext.autosectionlabel',
|
||||||
|
'myst_parser',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -79,3 +80,8 @@ autodoc_member_order = "bysource"
|
||||||
|
|
||||||
# Nezobrazování zděděné (ze super tříd) dokumentace TODO nefunguje?
|
# Nezobrazování zděděné (ze super tříd) dokumentace TODO nefunguje?
|
||||||
autodoc_inherit_docstrings = False
|
autodoc_inherit_docstrings = False
|
||||||
|
|
||||||
|
source_suffix = {
|
||||||
|
'.rst': 'restructuredtext',
|
||||||
|
'.md': 'markdown',
|
||||||
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@ Vítejte v dokumentaci M&Mího webu!
|
||||||
sphinx
|
sphinx
|
||||||
dalsi_soubory
|
dalsi_soubory
|
||||||
modules/modules
|
modules/modules
|
||||||
|
zapisy/zapisy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
5
docs/zapisy/zapisy.rst
Normal file
5
docs/zapisy/zapisy.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Zápisy
|
||||||
|
======
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
2021-12-06-testovani_dokumentace_codereview
|
Loading…
Reference in a new issue