Skip to content

Commit 3ff3afe

Browse files
fallensbourdeauducq
authored andcommittedDec 2, 2014
manual: use theme options which looks like m-labs web site
1 parent 0c20445 commit 3ff3afe

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎doc/logo/artiq_white.png

28.5 KB
Loading

‎doc/manual/conf.py

+11-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,16 @@
107107
# Theme options are theme-specific and customize the look and feel of a theme
108108
# further. For a list of options available for each theme, see the
109109
# documentation.
110-
#html_theme_options = {}
110+
html_theme_options = {
111+
'sidebarbgcolor': '#171814',
112+
'sidebarlinkcolor': '#7389ae',
113+
'sidebartextcolor': '#b3b3bb',
114+
'footerbgcolor': '#171814',
115+
'footertextcolor': '#b3b3bb',
116+
'relbarbgcolor': '#171814',
117+
'relbarlinkcolor': '#7389ae',
118+
'relbartextcolor': '#b3b3bb',
119+
}
111120

112121
# Add any paths that contain custom themes here, relative to this directory.
113122
#html_theme_path = []
@@ -121,7 +130,7 @@
121130

122131
# The name of an image file (relative to this directory) to place at the top
123132
# of the sidebar.
124-
#html_logo = None
133+
html_logo = "../logo/artiq_white.png"
125134

126135
# The name of an image file (within the static path) to use as favicon of the
127136
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

0 commit comments

Comments
 (0)
Please sign in to comment.