commit a9aff440d9 ("[libc][docs] reorganize documentation (#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.
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
sphinx==7.2.6
|
|
docutils==0.20.1
|
|
sphinx-markdown-tables==0.0.17
|
|
recommonmark==0.7.1
|
|
sphinx-automodapi==0.17.0
|
|
sphinx-bootstrap-theme==0.8.1
|
|
sphinxcontrib-applehelp==1.0.8
|
|
sphinx-reredirects==0.1.2
|
|
furo==2024.1.29
|
|
myst-parser==2.0.0
|