]> git.armaanb.net Git - asd-repo.git/commitdiff
sphinx: new package at 4.0.2
authorArmaan Bhojwani <me@armaanb.net>
Wed, 30 Jun 2021 23:10:58 +0000 (19:10 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 1 Jul 2021 00:02:05 +0000 (20:02 -0400)
sphinx/build [new file with mode: 0755]
sphinx/sources [new file with mode: 0644]
sphinx/version [new file with mode: 0644]

diff --git a/sphinx/build b/sphinx/build
new file mode 100755 (executable)
index 0000000..ddf0239
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/sh -e
+
+python -m pip install \
+    --root="$1" \
+    --upgrade \
+    --ignore-installed \
+    --no-warn-script-location \
+    sphinx \
+    recommonmark
diff --git a/sphinx/sources b/sphinx/sources
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/sphinx/version b/sphinx/version
new file mode 100644 (file)
index 0000000..47880ed
--- /dev/null
@@ -0,0 +1 @@
+4.0.2 1