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

package info (click to toggle)
python-shapely 1.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,368 kB
  • sloc: python: 9,915; makefile: 102; sh: 31
file content (22 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,10 @@
 testpaths = tests
 addopts = --ignore _vendor
 
+[build_sphinx]
+source-dir = docs
+build-dir  = build/sphinx
+all_files  = 1
+
 [bdist_wheel]
 universal=1