doc: add the redirect for a file recently renamed

Change-Id: I6988795e477fda23a393710e8b455210a3a6ad45
This commit is contained in:
Luigi Toscano 2018-05-07 19:51:32 +02:00
parent 78019c2bd0
commit 5399f2c01c
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ commands =
rm -rf doc/source/apidoc doc/source/api
sphinx-build -W -b html doc/source doc/build/html
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
whereto doc/source/_extra/.htaccess doc/test/redirect-tests.txt
whitelist_externals = rm
[testenv:api-ref]