File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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'
129release = '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
3232html_theme = 'furo'
3333html_static_path = ['_static' ]
3434html_css_files = ['override.css' ]
35- html_title = "CozoDB 0.4"
35+ html_title = "CozoDB " + release
3636# html_baseurl = '/'
You can’t perform that action at this time.
0 commit comments