release 1.4.5

This commit is contained in:
CaiHQ
2022-01-04 13:14:02 +08:00
parent 47b3b7b395
commit 91b28aee61
8 changed files with 961 additions and 655 deletions

View File

@@ -16,13 +16,14 @@
# -- Project information -----------------------------------------------------
project = '智融云河大数据区块链'
copyright = '2021, ZRYH'
author = 'ZRYH'
project = '北大数瑞大数据区块链'
copyright = '2021, Peking University'
author = 'Peking University'
# The full version, including alpha/beta/rc tags
release = 'V1.0'
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
@@ -30,9 +31,9 @@ release = 'V1.0'
# ones.
html_theme = "sphinx_rtd_theme"
html_logo = "_static/imgs/logo.png"
html_logo="_static/imgs/logo.png"
html_theme_options = {
'logo_only': True
'logo_only': True
}
source_parsers = {
@@ -48,9 +49,10 @@ source_suffix = ['.rst', '.md']
# }
extensions = [
'recommonmark',
'sphinx_rtd_theme',
'sphinx_markdown_tables'
'recommonmark',
'sphinx_rtd_theme',
'sphinx_markdown_tables',
'sphinx_multiversion'
]
html_favicon = "_static/imgs/favicon.ico"
@@ -64,17 +66,25 @@ templates_path = ['_templates']
# Usually you set "language" from the command line for these cases.
language = 'zh_CN'
html_sidebars = {
'**': [
'versioning.html',
],
}
smv_latest_version = 'master'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
# html_theme = 'alabaster'
#html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,