redirect shade team page to openstacksdk

Since the shade team is renamed, redirect the old team page location.

Change-Id: I7cc485365ef370ebc724c51557dd2c77b9e8c75e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-01-02 11:01:51 -05:00
parent 9b26605c59
commit 0875f22e23
5 changed files with 8 additions and 1 deletions

View File

@ -4,3 +4,4 @@ sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
sphinxcontrib.datatemplates>=0.1.0 # BSD License
icalendar>=3.10 # BSD
whereto>=0.3.0 # Apache-2.0

View File

@ -0,0 +1 @@
redirect 301 /teams/shade.html /teams/openstacksdk.html

View File

@ -62,6 +62,8 @@ htmlhelp_basename = '%sdoc' % project
git_cmd = "git log --pretty=format:'%ad, commit %h' --date=local -n1"
html_last_updated_fmt = os.popen(git_cmd).read()
html_extra_path = ['_extra']
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
# [howto/manual]).

View File

@ -0,0 +1 @@
/teams/shade.html 301 /teams/openstacksdk.html

View File

@ -63,7 +63,9 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
commands =
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
whereto {toxinidir}/doc/source/_extra/.htaccess {toxinidir}/doc/test/redirect-tests.txt
[flake8]
# E123, E125 skipped as they are invalid PEP-8.