Skip to content

Commit 31ac942

Browse files
hazalozturkgaborbernat
authored andcommitted
Add favicon and logo to sphinx docs
svg
1 parent 1b8ecc2 commit 31ac942

File tree

6 files changed

+70
-1
lines changed

6 files changed

+70
-1
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Cyril Roelandt
1818
Eli Collins
1919
Eugene Yunak
2020
Fernando L. Pereira
21+
Hazal Ozturk
2122
Henk-Jaap Wagenaar
2223
Igor Duarte Cardoso
2324
Ionel Maries Cristian

changelog/639.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change sphinx theme to alabaster and add logo/favicon - by @hazalozturk

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
templates_path = ['_templates']
2828
pygments_style = 'sphinx'
29-
html_theme = 'sphinxdoc'
29+
html_theme = 'alabaster'
30+
html_logo = 'img/tox.png'
31+
html_favicon = 'img/toxfavi.ico'
3032
html_static_path = ['_static']
3133
html_show_sourcelink = False
3234
htmlhelp_basename = '{}doc'.format(project)

doc/img/tox.png

11.9 KB
Loading

doc/img/tox.svg

Lines changed: 65 additions & 0 deletions
Loading

doc/img/toxfavi.ico

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)