Skip to content

Commit 10fe5a3

Browse files
committed
define version once
1 parent 8d83161 commit 10fe5a3

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'The Cozo Database Manual'
10-
copyright = '2022, Ziyang Hu'
11-
author = 'Ziyang Hu'
129
release = '0.4.0'
10+
project = 'The Cozo Database Manual ' + release
11+
author = 'Ziyang Hu'
12+
copyright = '2022, ' + author
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -32,5 +32,5 @@
3232
html_theme = 'furo'
3333
html_static_path = ['_static']
3434
html_css_files = ['override.css']
35-
html_title = "CozoDB 0.4"
35+
html_title = "CozoDB " + release
3636
# html_baseurl = '/'

0 commit comments

Comments
 (0)