[llvm] [Docs] Update python dependencies for documentation (PR #87877)

Marc Auberer via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 6 05:17:12 PDT 2024


https://github.com/marcauberer created https://github.com/llvm/llvm-project/pull/87877

This has no particular reason, but imo we should update dependencies every now and then to reduce the gap if a breaking change happens somewhere.

>From 45ae1df113969fd2a2d75067e622cfd41cf8dfcb Mon Sep 17 00:00:00 2001
From: Marc Auberer <marc.auberer at chillibits.com>
Date: Sat, 6 Apr 2024 14:14:17 +0200
Subject: [PATCH] [Docs] Update python dependencies for documentation

---
 llvm/docs/requirements.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/llvm/docs/requirements.txt b/llvm/docs/requirements.txt
index d66569c1b3e79e..960a6eb644e143 100644
--- a/llvm/docs/requirements.txt
+++ b/llvm/docs/requirements.txt
@@ -1,9 +1,9 @@
-sphinx==7.1.2
+sphinx==7.2.6
 docutils==0.20.1
 sphinx-markdown-tables==0.0.17
 recommonmark==0.7.1
-sphinx-automodapi==0.16.0
+sphinx-automodapi==0.17.0
 sphinx-bootstrap-theme==0.8.1
-sphinxcontrib-applehelp==1.0.4
-furo==2023.8.19
+sphinxcontrib-applehelp==1.0.8
+furo==2024.1.29
 myst-parser==2.0.0



More information about the llvm-commits mailing list