Skip to content

Commit

Permalink
manual: use theme options which looks like m-labs web site
Browse files Browse the repository at this point in the history
fallen authored and sbourdeauducq committed Dec 2, 2014
1 parent 0c20445 commit 3ff3afe
Showing 2 changed files with 11 additions and 2 deletions.
Binary file added doc/logo/artiq_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions doc/manual/conf.py
Original file line number Diff line number Diff line change
@@ -107,7 +107,16 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
'sidebarbgcolor': '#171814',
'sidebarlinkcolor': '#7389ae',
'sidebartextcolor': '#b3b3bb',
'footerbgcolor': '#171814',
'footertextcolor': '#b3b3bb',
'relbarbgcolor': '#171814',
'relbarlinkcolor': '#7389ae',
'relbartextcolor': '#b3b3bb',
}

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

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
html_logo = "../logo/artiq_white.png"

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

0 comments on commit 3ff3afe

Please sign in to comment.