Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-21 19:52:53 +0100
committerGitHub <noreply@github.com>2023-11-21 19:52:53 +0100
commit344b1cf2969407b054cc325d239be48c03991d82 (patch)
tree3a0df085f24483169499fde5ead3e30f33405b2a /docs
parent5077219a5f9093ea4994a316b7f2f5ffaab7d954 (diff)
Fix readthedocs runner (#2231)
* The new build system requires a requirements.txt * .txt is in .gitignore, had to force it in * Missing requirements. I don't like this odd side loading of requirements.. but need to get docs built quickly.
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 52b04f2e..b6ebe434 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1 +1,3 @@
-sphinx_rtd_theme \ No newline at end of file
+sphinx_rtd_theme
+libparted
+simple-term-menu \ No newline at end of file