mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-06-05 03:57:12 +02:00
Migrate to non-deprecated myst-parser
Fixed links / "***" warnings Reformatted all tables Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
4482b62ad6
commit
291bb62a86
6 changed files with 408 additions and 419 deletions
12
docs/conf.py
12
docs/conf.py
|
@ -28,16 +28,10 @@ import os
|
|||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ['recommonmark', 'sphinx_markdown_tables', 'sphinx_rtd_theme']
|
||||
extensions = ['myst_parser', 'sphinx_markdown_tables', 'sphinx_rtd_theme']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
# The suffix of source filenames.
|
||||
source_suffix = {
|
||||
'.rst': 'restructuredtext',
|
||||
'.md': 'markdown',
|
||||
}
|
||||
# templates_path = ['_templates']
|
||||
|
||||
# The encoding of source files.
|
||||
# source_encoding = 'utf-8-sig'
|
||||
|
@ -130,7 +124,7 @@ html_theme = 'sphinx_rtd_theme'
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
# html_static_path = ['_static']
|
||||
|
||||
# Add any extra paths that contain custom files (such as robots.txt or
|
||||
# .htaccess) here, relative to this directory. These files are copied
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue