diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-06-17 23:42:25 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-06-18 03:47:37 +0000 |
| commit | deaff7274e4d0782a7ddedb5c7d371fe5a9bb141 (patch) | |
| tree | 300aba4a3bf00b85cdd962981d6c04797efe6169 /doc/source/conf.py | |
| parent | 89cbdd1ae1f0ed2e55ffdc43fbed07e417751455 (diff) | |
| download | python-openstackclient-deaff7274e4d0782a7ddedb5c7d371fe5a9bb141.tar.gz | |
Update docs template
To make things more consistent across all openstack projects, the
developer docs should be upgraded to the newer template used by
keystone and keystoneclient (and other projects).
I dropped in the necessary static files and themes, and updated
the config file to make the changes at build time.
Change-Id: I5a268cff3cd5af29ad712705d540b9d1d6667d56
Partial-Bug: #1331304
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 |
