Remove 'run_sphinx' script

Docs are build via 'tox -edocs'.

Change-Id: I0e4b377e20356b3da182f73ae592bc83762c2528
This commit is contained in:
Thomas Bechtold 2017-05-29 15:12:21 +02:00
parent 27500a3d92
commit a0eaa74981
1 changed files with 0 additions and 10 deletions

View File

@ -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'