Markdown ve sphinxu.

This commit is contained in:
Jonas Havelka 2022-03-07 22:41:59 +01:00
parent 7f1d406242
commit 87e2833a89
3 changed files with 13 additions and 1 deletions

View file

@ -34,7 +34,8 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel'
'sphinx.ext.autosectionlabel',
'myst_parser',
]
# 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?
autodoc_inherit_docstrings = False
source_suffix = {
'.rst': 'restructuredtext',
'.md': 'markdown',
}

View file

@ -14,6 +14,7 @@ Vítejte v dokumentaci M&Mího webu!
sphinx
dalsi_soubory
modules/modules
zapisy/zapisy

5
docs/zapisy/zapisy.rst Normal file
View file

@ -0,0 +1,5 @@
Zápisy
======
.. toctree::
2021-12-06-testovani_dokumentace_codereview