updated part of documentation

This commit is contained in:
Ace
2020-11-24 00:35:12 +01:00
parent 2bfc9a2b4d
commit 4d65c9b601
6 changed files with 61 additions and 50 deletions

View File

@@ -31,7 +31,8 @@ release = '2.0.0'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinxemoji.sphinxemoji',
'sphinx_rtd_theme']
'sphinx_rtd_theme', 'recommonmark']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -46,9 +47,15 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme" # html_theme = 'classic' # removed classic theme
html_theme = "sphinx_rtd_theme" # html_theme = 'classic'
source_suffix = {
'.rst': 'restructuredtext',
'.txt': 'markdown',
'.md': 'markdown',
}
# 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'] # no static content required
# html_static_path = ['_static']