Updated docs

This commit is contained in:
2022-12-04 00:50:24 +01:00
parent 68e01afb5b
commit e054ac364e
149 changed files with 8860 additions and 1827 deletions

View File

@@ -15,16 +15,15 @@
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../../src/'))
sys.path.insert(0, os.path.abspath('../../src/'))
# -- Project information -----------------------------------------------------
project = 'Common Python Library'
copyright = '2021, Sven Heidemann'
copyright = '2021 - 2023, Sven Heidemann'
author = 'Sven Heidemann'
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension names here, as strings. They can be
@@ -56,7 +55,6 @@ exclude_patterns = [
'tests/*'
]
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for