From: Armaan Bhojwani Date: Wed, 30 Jun 2021 23:10:58 +0000 (-0400) Subject: sphinx: new package at 4.0.2 X-Git-Tag: 2021.07.15-1~85 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=7f77ca1527b2f3e449eb17cb06cb4ab0533c70b9 sphinx: new package at 4.0.2 --- diff --git a/sphinx/build b/sphinx/build new file mode 100755 index 0000000..ddf0239 --- /dev/null +++ b/sphinx/build @@ -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 index 0000000..e69de29 diff --git a/sphinx/version b/sphinx/version new file mode 100644 index 0000000..47880ed --- /dev/null +++ b/sphinx/version @@ -0,0 +1 @@ +4.0.2 1