mirror of
https://gitee.com/BDWare/bdcontract-doc
synced 2026-02-14 20:29:27 +00:00
release 1.4.5
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user