|
|
|
@@ -56,8 +56,6 @@ version = pkg_resources.get_distribution("learnware").version |
|
|
|
# The full version, including alpha/beta/rc tags. |
|
|
|
release = pkg_resources.get_distribution("learnware").version |
|
|
|
|
|
|
|
release = "0.1.0.99" |
|
|
|
|
|
|
|
|
|
|
|
# -- Options for HTML output ------------------------------------------------- |
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
|
|
|
@@ -92,11 +90,12 @@ todo_include_todos = True |
|
|
|
# |
|
|
|
html_theme = "sphinx_book_theme" |
|
|
|
html_theme_path = [sphinx_book_theme.get_html_theme_path()] |
|
|
|
html_theme_options = { |
|
|
|
"collapse_navigation": False, |
|
|
|
"navigation_depth": 4, |
|
|
|
} |
|
|
|
|
|
|
|
#html_theme_options = { |
|
|
|
# "logo_only": True, |
|
|
|
# "collapse_navigation": False, |
|
|
|
# "display_version": False, |
|
|
|
# "navigation_depth": 4, |
|
|
|
#} |
|
|
|
html_logo = "_static/img/logo/logo1.png" |
|
|
|
|
|
|
|
|
|
|
|
|