Skip to content

Commit 17bdce6

Browse files
committed
conf update
1 parent 72e1093 commit 17bdce6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# https://www.sphinx-doc.org/en/master/usage/configuration.html
55

66
import os
7-
87
# -- Project information -----------------------------------------------------
98
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
109
import pathlib
1110
import sys
1211

1312
sys.path.insert(0, os.path.abspath("."))
1413
sys.path.insert(0, os.path.abspath("../"))
15-
sys.path.insert(1, os.path.dirname(os.path.abspath("../")) + os.sep + "mambular")
14+
sys.path.insert(1, os.path.dirname(
15+
os.path.abspath("../")) + os.sep + "mambular")
1616

1717
project = "mambular"
18-
copyright = "2024, Christoph Weisser"
18+
copyright = "2024, BASE SE"
1919
author = "Anton Frederik Thielmann, Manish Kumar, Christoph Weisser, Benjamin Saefken, Soheila Samiee"
2020

2121
VERSION_PATH = "../mambular/__version__.py"

0 commit comments

Comments
 (0)