From a0eaa74981ca024fedd2799e9ef5ec872b7fbdec Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 29 May 2017 15:12:21 +0200 Subject: [PATCH] Remove 'run_sphinx' script Docs are build via 'tox -edocs'. Change-Id: I0e4b377e20356b3da182f73ae592bc83762c2528 --- run_sphinx | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 run_sphinx 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'