summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-08-07 18:07:46 -0500
committerDean Troyer <dtroyer@gmail.com>2017-08-07 18:07:46 -0500
commitfd7b4f49121d3ac65e3f3a31607ead506d268300 (patch)
tree30d156e2dd167513fe3515e8dd97c98b313d412a /doc/source/conf.py
parentbd079e5066e1c0b0b0100ab28d87a3e00f3d99a0 (diff)
downloadpython-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.py3
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 -------------------------------------------------