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/_theme/theme.conf | |
| 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/_theme/theme.conf')
| -rw-r--r-- | doc/source/_theme/theme.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/_theme/theme.conf b/doc/source/_theme/theme.conf new file mode 100644 index 00000000..1cc40044 --- /dev/null +++ b/doc/source/_theme/theme.conf @@ -0,0 +1,4 @@ +[theme] +inherit = basic +stylesheet = nature.css +pygments_style = tango |
