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 790ac6be57
commit 2cda288db6
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]