From fd7b4f49121d3ac65e3f3a31607ead506d268300 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 7 Aug 2017 18:07:46 -0500 Subject: Add .htaccess for docs migration Change-Id: I413a6d059f4eb751ca5c8b5a9b61740ac93680b1 --- doc/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source/conf.py') 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 ------------------------------------------------- -- cgit v1.2.1