Add reviewstats to tools/www-generator.py

currently docs.o.o/reviewstats incorrectly redirects to
docs.o.o/infra/reviewstats - but docs.o.o/reviewstats/ exists, see
https://docs.openstack.org/reviewstats/latest/ .

Update tool to not generate the infra link.

Change-Id: Iaaec7e219599efcd5b88bc4fea6d9f2bbbc1fe16
This commit is contained in:
Andreas Jaeger 2020-01-02 14:07:55 +01:00
parent 8f04e7bdeb
commit 9166ebe54a
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ _INFRA_REPOS_EXCEPTION = [
'opendev/pynotedb',
'opendev/subunit2sql',
'openstack/diskimage-builder',
'openstack/reviewstats'
]