=
commited on
Commit
·
4aba16a
1
Parent(s):
a507afc
updated docs
Browse files- docs/conf.py +7 -2
docs/conf.py
CHANGED
|
@@ -29,6 +29,8 @@ import deep_translator
|
|
| 29 |
#
|
| 30 |
# needs_sphinx = '1.0'
|
| 31 |
|
|
|
|
|
|
|
| 32 |
# Add any Sphinx extension module names here, as strings. They can be
|
| 33 |
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
| 34 |
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
|
|
@@ -83,13 +85,16 @@ todo_include_todos = False
|
|
| 83 |
# The theme to use for HTML and HTML Help pages. See the documentation for
|
| 84 |
# a list of builtin themes.
|
| 85 |
#
|
| 86 |
-
html_theme = '
|
| 87 |
|
| 88 |
# Theme options are theme-specific and customize the look and feel of a
|
| 89 |
# theme further. For a list of options available for each theme, see the
|
| 90 |
# documentation.
|
| 91 |
#
|
| 92 |
-
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
# Add any paths that contain custom static files (such as style sheets) here,
|
| 95 |
# relative to this directory. They are copied after the builtin static files,
|
|
|
|
| 29 |
#
|
| 30 |
# needs_sphinx = '1.0'
|
| 31 |
|
| 32 |
+
html_logo = '../assets/icon.jpg'
|
| 33 |
+
|
| 34 |
# Add any Sphinx extension module names here, as strings. They can be
|
| 35 |
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
| 36 |
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
|
|
|
|
| 85 |
# The theme to use for HTML and HTML Help pages. See the documentation for
|
| 86 |
# a list of builtin themes.
|
| 87 |
#
|
| 88 |
+
html_theme = 'classic'
|
| 89 |
|
| 90 |
# Theme options are theme-specific and customize the look and feel of a
|
| 91 |
# theme further. For a list of options available for each theme, see the
|
| 92 |
# documentation.
|
| 93 |
#
|
| 94 |
+
html_theme_options = {
|
| 95 |
+
"rightsidebar": "true",
|
| 96 |
+
"relbarbgcolor": "black"
|
| 97 |
+
}
|
| 98 |
|
| 99 |
# Add any paths that contain custom static files (such as style sheets) here,
|
| 100 |
# relative to this directory. They are copied after the builtin static files,
|