File: 0002-Give-sphinx-the-module-location.patch

package info (click to toggle)
sasdata 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,420 kB
  • sloc: xml: 11,476; python: 8,268; makefile: 48; sh: 7
file content (30 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: Stuart Prescott <stuart@debian.org>
Date: Fri, 20 Dec 2024 01:34:55 +1100
Subject: Give sphinx the module location

---
 docs/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index b211207..4639009 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -4,7 +4,7 @@
 SPHINXOPTS    ?=
 SPHINXBUILD   ?= sphinx-build
 SPHINXAPIDOC  ?= sphinx-apidoc
-APIOPTS       = -d 8 -H SasData
+APIOPTS       = -d 8 -H SasData -a
 DOCSDIR       = docs
 SOURCEDIR     = source
 BUILDDIR      = build
@@ -23,7 +23,7 @@ else
     PATHSEP = $(strip /)
 endif
 
-SASDATABUILD  = $(UP)$(PATHSEP)$(BUILDDIR)$(PATHSEP)$(LIBDIR)
+SASDATABUILD  = ../sasdata
 DOCSSRC       = $(SOURCEDIR)
 DEV           = $(DOCSSRC)$(PATHSEP)$(DEVDIR)
 DEVGEN        = $(DEV)$(PATHSEP)$(GENDIR)