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'