File: 0001-setup.cfg-to-autobuild-sphinx.patch

package info (click to toggle)
python-shapely 1.5.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,208 kB
  • ctags: 1,572
  • sloc: python: 8,379; makefile: 101; sh: 17
file content (16 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Pietro Battiston <me@pietrobattiston.it>
Date: Fri, 26 Sep 2014 16:07:19 +0200
Subject: setup.cfg to autobuild sphinx

---
 setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 setup.cfg

--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[build_sphinx]
+source-dir = docs
+build-dir  = build/sphinx
+all_files  = 1