diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-08-11 15:43:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-08-11 15:43:56 +0000 |
| commit | d0b0b90711316f2d896119afd46f8f0fee2fa121 (patch) | |
| tree | 8f2d3e856195f3a93730d859fcbe1fd018b05fd6 /doc/source/conf.py | |
| parent | 88b31fc12e817e2486ad0afc7565a6e6eb5ffe3b (diff) | |
| parent | fd7b4f49121d3ac65e3f3a31607ead506d268300 (diff) | |
| download | python-openstackclient-d0b0b90711316f2d896119afd46f8f0fee2fa121.tar.gz | |
Merge "Add .htaccess for docs migration"
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 ------------------------------------------------- |
