diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-08-07 18:07:46 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-08-07 18:07:46 -0500 |
| commit | fd7b4f49121d3ac65e3f3a31607ead506d268300 (patch) | |
| tree | 30d156e2dd167513fe3515e8dd97c98b313d412a /doc/source/conf.py | |
| parent | bd079e5066e1c0b0b0100ab28d87a3e00f3d99a0 (diff) | |
| download | python-openstackclient-fd7b4f49121d3ac65e3f3a31607ead506d268300.tar.gz | |
Add .htaccess for docs migration
Change-Id: I413a6d059f4eb751ca5c8b5a9b61740ac93680b1
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index bd4fa730..ac9d0b38 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -187,6 +187,9 @@ html_last_updated_fmt = '%Y-%m-%d %H:%M' # Output file base name for HTML help builder. htmlhelp_basename = 'OpenStackCommandLineClientdoc' +# Add any paths that contain "extra" files, such as .htaccess or robots.txt +html_extra_path = ['_extra'] + # -- Options for LaTeX output ------------------------------------------------- |
