[llvm] 6e594ef - Specified particular known to be good versions of Sphinx and dependencies

Andrei Lebedev via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 09:49:13 PDT 2023


Author: Andrei Lebedev
Date: 2023-10-05T09:47:14-07:00
New Revision: 6e594ef24d213244f86f9b9574e18dad33f3283b

URL: https://github.com/llvm/llvm-project/commit/6e594ef24d213244f86f9b9574e18dad33f3283b
DIFF: https://github.com/llvm/llvm-project/commit/6e594ef24d213244f86f9b9574e18dad33f3283b.diff

LOG: Specified particular known to be good versions of Sphinx and dependencies

Added: 
    

Modified: 
    llvm/docs/requirements.txt

Removed: 
    


################################################################################
diff  --git a/llvm/docs/requirements.txt b/llvm/docs/requirements.txt
index 4d08973d2558597..d66569c1b3e79e6 100644
--- a/llvm/docs/requirements.txt
+++ b/llvm/docs/requirements.txt
@@ -1,4 +1,9 @@
-sphinx
-myst-parser
-sphinx-automodapi
-furo
+sphinx==7.1.2
+docutils==0.20.1
+sphinx-markdown-tables==0.0.17
+recommonmark==0.7.1
+sphinx-automodapi==0.16.0
+sphinx-bootstrap-theme==0.8.1
+sphinxcontrib-applehelp==1.0.4
+furo==2023.8.19
+myst-parser==2.0.0


        


More information about the llvm-commits mailing list