]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Clean up docs scripts (#953)
authorTom Christie <tom@tomchristie.com>
Fri, 15 May 2020 19:49:08 +0000 (20:49 +0100)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 19:49:08 +0000 (20:49 +0100)
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
scripts/docs [moved from scripts/docs-serve with 100% similarity]
scripts/docs-build [deleted file]

similarity index 100%
rename from scripts/docs-serve
rename to scripts/docs
diff --git a/scripts/docs-build b/scripts/docs-build
deleted file mode 100755 (executable)
index a6b9297..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-export PREFIX=""
-if [ -d 'venv' ] ; then
-    export PREFIX="venv/bin/"
-fi
-
-set -x
-
-${PREFIX}mkdocs build