diff options
author | harlowja <harlowja@virtualbox.rhel> | 2013-01-24 23:30:41 -0800 |
---|---|---|
committer | harlowja <harlowja@virtualbox.rhel> | 2013-01-24 23:30:41 -0800 |
commit | 465994f10efbc1d82d667027a6f9dd72d8bc7c6f (patch) | |
tree | 0f2f429b0182ad89742b745feb32fe10d173294e /doc/rtd/conf.py | |
parent | 352316f96f3c0ce89dbfbac3c18f0f8b8aadec3e (diff) | |
download | vyos-cloud-init-465994f10efbc1d82d667027a6f9dd72d8bc7c6f.tar.gz vyos-cloud-init-465994f10efbc1d82d667027a6f9dd72d8bc7c6f.zip |
Make the logo better.
Diffstat (limited to 'doc/rtd/conf.py')
-rw-r--r-- | doc/rtd/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index 56ec912f..b3ca2b07 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -42,6 +42,7 @@ master_doc = 'index' # |version| and |release|, also used in various other places throughout the # built documents. version = version.version_string() +release = versions # Set the default Pygments syntax highlight_language = 'python' @@ -70,4 +71,4 @@ html_theme_options = { # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = 'logo.png' +html_logo = 'static/logo.png' |