There was an error while loading. Please reload this page.
1 parent 1b8ecc2 commit 31ac942Copy full SHA for 31ac942
CONTRIBUTORS
@@ -18,6 +18,7 @@ Cyril Roelandt
18
Eli Collins
19
Eugene Yunak
20
Fernando L. Pereira
21
+Hazal Ozturk
22
Henk-Jaap Wagenaar
23
Igor Duarte Cardoso
24
Ionel Maries Cristian
changelog/639.doc.rst
@@ -0,0 +1 @@
1
+Change sphinx theme to alabaster and add logo/favicon - by @hazalozturk
doc/conf.py
@@ -26,7 +26,9 @@
26
27
templates_path = ['_templates']
28
pygments_style = 'sphinx'
29
-html_theme = 'sphinxdoc'
+html_theme = 'alabaster'
30
+html_logo = 'img/tox.png'
31
+html_favicon = 'img/toxfavi.ico'
32
html_static_path = ['_static']
33
html_show_sourcelink = False
34
htmlhelp_basename = '{}doc'.format(project)
doc/img/tox.png
11.9 KB
doc/img/tox.svg
doc/img/toxfavi.ico
162 KB
0 commit comments