We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3f1bb commit 1783de4Copy full SHA for 1783de4
1 file changed
docs/source/conf.py
@@ -11,10 +11,10 @@
11
12
# Project information
13
project = 'DOMINO-SEE'
14
-copyright = '2025, Hui-Min Wang'
15
-author = 'Hui-Min Wang'
16
-version = '0.1'
17
-release = '0.1'
+copyright = '2025, Hui-Min Wang and Xiaogang He (GPL-3.0)'
+author = 'Hui-Min Wang and Xiaogang He'
+version = '0.0.1'
+release = '0.0.1'
18
19
# General configuration
20
extensions = [
@@ -41,7 +41,7 @@
41
42
# The master toctree document
43
master_doc = 'index'
44
-html_title = "DOMINO-SEE official documentation"
+html_title = "Documentation"
45
46
# List of patterns to exclude from source
47
exclude_patterns = ['_build', '**.ipynb_checkpoints']
0 commit comments