Merge "Do deep redirects from old docs.openstack.org URLs"

This commit is contained in:
Zuul 2017-11-08 05:23:43 +00:00 committed by Gerrit Code Review
commit b1339abcd1
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# The top-level docs project will redirect URLs from the old /developer docs
# to their equivalent pages on the new docs.openstack.org only if this file
# exists.

View File

@ -182,6 +182,10 @@ html_theme_options = {"sidebar_mode": "toc"}
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ['_static']
# Add any paths that contain "extra" files, such as .htaccess or
# robots.txt.
html_extra_path = ['_extra']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y'