summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2017-05-29 15:12:21 +0200
committerThomas Bechtold <tbechtold@suse.com>2017-05-29 15:12:21 +0200
commita0eaa74981ca024fedd2799e9ef5ec872b7fbdec (patch)
treebbe33614713ad2c79cdf53bd2f3752df9eb1c7fb
parent27500a3d9220405d57bfac4363c91de3d530e5b2 (diff)
downloadstevedore-a0eaa74981ca024fedd2799e9ef5ec872b7fbdec.tar.gz
Remove 'run_sphinx' script
Docs are build via 'tox -edocs'. Change-Id: I0e4b377e20356b3da182f73ae592bc83762c2528
-rwxr-xr-xrun_sphinx10
1 files changed, 0 insertions, 10 deletions
diff --git a/run_sphinx b/run_sphinx
deleted file mode 100755
index b501058..0000000
--- a/run_sphinx
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# Based on http://jacobian.org/writing/auto-building-sphinx/
-
-set -x
-
-watchmedo shell-command \
- --patterns='*.rst;*.py;*.txt' \
- --ignore-pattern='docs/build/*;*flymake*' \
- --recursive \
- --command='python setup.py build_sphinx'