diff options
| author | Rahman Syed <rahman.syed@gmail.com> | 2016-04-19 16:41:53 -0500 |
|---|---|---|
| committer | Rahman Syed <rahman.syed@gmail.com> | 2016-04-20 11:57:57 -0500 |
| commit | d4a5555e52929c440ff5cfa1c422892a6cf54370 (patch) | |
| tree | af75c545ef30c0b0c92c992756fb2945f967a2a7 /doc/source/conf.py | |
| parent | df20e404051d2fdcbafa94563ec003f85a58680d (diff) | |
| download | python-designateclient-d4a5555e52929c440ff5cfa1c422892a6cf54370.tar.gz | |
Improve python-designateclient docs
* Improve index page to explain the difference between v1 and v2
CLI support.
* Add a v2 examples page
* Add all supported commands to v2 shell page
* Add a tox task to build the docs
* Fix a bug building the docs with an invalid html_static_path
config
Change-Id: Ie1e65c2d0cc8ad1b8b258e03114e19a943d1d19c
Closes-Bug: 1572217
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 1629dbe..1b2a8a9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -121,7 +121,7 @@ html_theme_options = {} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. |
