Updated docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user