Migrate to non-deprecated myst-parser

Fixed links / "***" warnings
Reformatted all tables

Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
simonmicro 2024-01-18 17:58:36 +01:00
parent 4482b62ad6
commit 291bb62a86
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
6 changed files with 408 additions and 419 deletions

View file

@ -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