Browse Source

Markdown ve sphinxu.

okenkove_obalky
Jonas Havelka 3 years ago
parent
commit
87e2833a89
  1. 8
      docs/conf.py
  2. 1
      docs/index.rst
  3. 5
      docs/zapisy/zapisy.rst

8
docs/conf.py

@ -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',
}

1
docs/index.rst

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

5
docs/zapisy/zapisy.rst

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