[llvm] [libc][docs] update sphinx requirement hashes (PR #120315)
Nick Desaulniers via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 14:11:39 PST 2024
https://github.com/nickdesaulniers created https://github.com/llvm/llvm-project/pull/120315
Link: #120274
>From 70a2fc0243ce6c1b2614b84feec9cc212709e8ff Mon Sep 17 00:00:00 2001
From: Nick Desaulniers <ndesaulniers at google.com>
Date: Tue, 17 Dec 2024 14:10:17 -0800
Subject: [PATCH] [libc][docs] update sphinx requirement hashes
Link: #120274
---
llvm/docs/requirements-hashed.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/llvm/docs/requirements-hashed.txt b/llvm/docs/requirements-hashed.txt
index 64cfc8fc79799c..07e051ca4a8bac 100644
--- a/llvm/docs/requirements-hashed.txt
+++ b/llvm/docs/requirements-hashed.txt
@@ -314,6 +314,7 @@ sphinx==7.2.6 \
# recommonmark
# sphinx-automodapi
# sphinx-basic-ng
+ # sphinx-reredirects
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
@@ -334,6 +335,10 @@ sphinx-markdown-tables==0.0.17 \
--hash=sha256:2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 \
--hash=sha256:6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1
# via -r requirements.txt
+sphinx-reredirects==0.1.2 \
+ --hash=sha256:3a22161771aadd448bb608a4fe7277252182a337af53c18372b7104531d71489 \
+ --hash=sha256:a0e7213304759b01edc22f032f1715a1c61176fc8f167164e7a52b9feec9ac64
+ # via -r requirements.txt
sphinxcontrib-applehelp==1.0.8 \
--hash=sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619 \
--hash=sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4
More information about the llvm-commits
mailing list