Merge "Do deep redirects from old docs.openstack.org URLs"
This commit is contained in:
commit
b1339abcd1
3
doc/source/_extra/.htaccess
Normal file
3
doc/source/_extra/.htaccess
Normal 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.
|
@ -182,6 +182,10 @@ html_theme_options = {"sidebar_mode": "toc"}
|
|||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
# html_static_path = ['_static']
|
# 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,
|
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||||
# using the given strftime format.
|
# using the given strftime format.
|
||||||
# html_last_updated_fmt = '%b %d, %Y'
|
# html_last_updated_fmt = '%b %d, %Y'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user