Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc][docs] add redirect for math/index.html
commit a9aff44 ("[libc][docs] reorganize documentation (llvm#118836)") moved https://libc.llvm.org/math/index.html to https://libc.llvm.org/headers/math/index.html which makes links from various slide decks stale. There's an extension for sphinx that can generate redirects. Add a dependency on that, then use it to create a redirect so that those older links still work. I was able to install this sphinx extension via: $ sudo apt install python3-sphinx-reredirects We may need to install this on whatever server generates the llvm documentation.
- Loading branch information