diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-06-18 15:40:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-06-18 15:40:04 +0000 |
| commit | 982b418da78e5d729ba0c4f3113bb691eb78b7c7 (patch) | |
| tree | 84b7c801879c90d42e3d28ec9ac89ad8bb7e7e07 /doc/source/conf.py | |
| parent | ddcc66839372506f607d8f65b9a085b181291f2b (diff) | |
| parent | deaff7274e4d0782a7ddedb5c7d371fe5a9bb141 (diff) | |
| download | python-openstackclient-982b418da78e5d729ba0c4f3113bb691eb78b7c7.tar.gz | |
Merge "Update docs template"
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 47025b6d..fcce1daa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -101,7 +101,8 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme_path = ["."] +html_theme = '_theme' # 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 |
