From e72c30e0e562f699676c7df9349d5ad2663c8ec1 Mon Sep 17 00:00:00 2001 From: Elrond Date: Fri, 25 Jan 2013 22:43:33 +0100 Subject: [PATCH] Only create api docs for mediagoblin/ --- api-docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/Makefile b/api-docs/Makefile index 0f667642..9ed77c61 100644 --- a/api-docs/Makefile +++ b/api-docs/Makefile @@ -8,7 +8,7 @@ SPHINXAPIDOC = sphinx-apidoc PAPER = BUILDDIR = build SOURCEDIR = source -MEDIAGOBLIN_SOURCEDIR = ../ +MEDIAGOBLIN_SOURCEDIR = ../mediagoblin # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 -- 2.25.1