[llvm] f7c4261 - [Docs] Add requirements.txt for sphinx and extension
Corentin Jabot via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 00:19:19 PDT 2023
Author: Corentin Jabot
Date: 2023-09-21T09:19:06+02:00
New Revision: f7c4261ef22aff6861ca5d5842588dabcf8cd7d1
URL: https://github.com/llvm/llvm-project/commit/f7c4261ef22aff6861ca5d5842588dabcf8cd7d1
DIFF: https://github.com/llvm/llvm-project/commit/f7c4261ef22aff6861ca5d5842588dabcf8cd7d1.diff
LOG: [Docs] Add requirements.txt for sphinx and extension
This is in preparation towards the move from recommonmark to myst
See #65664
Added:
llvm/docs/requirements.txt
Modified:
Removed:
################################################################################
diff --git a/llvm/docs/requirements.txt b/llvm/docs/requirements.txt
new file mode 100644
index 000000000000000..4d08973d2558597
--- /dev/null
+++ b/llvm/docs/requirements.txt
@@ -0,0 +1,4 @@
+sphinx
+myst-parser
+sphinx-automodapi
+furo
More information about the llvm-commits
mailing list