=
commited on
Commit
·
fd91658
1
Parent(s):
c6e5c59
updated docs theme
Browse files- docs/conf.py +2 -2
docs/conf.py
CHANGED
@@ -29,7 +29,7 @@ import deep_translator
|
|
29 |
#
|
30 |
# needs_sphinx = '1.0'
|
31 |
|
32 |
-
|
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.
|
@@ -85,7 +85,7 @@ todo_include_todos = False
|
|
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 = '
|
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
|
|
|
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.
|
|
|
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
|