From 1fc616adf73950139c6ad0e88f275a936fdc88ff Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 24 Feb 2013 22:25:23 +0100 Subject: [PATCH] use docs/build instead of docs/html --- docs/.gitignore | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.gitignore b/docs/.gitignore index 5ccff1a..567609b 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1 +1 @@ -html/ +build/ diff --git a/setup.cfg b/setup.cfg index e1069a2..6af5237 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ find_links = http://www.pylonshq.com/download/ [build_sphinx] source-dir = docs/source -build-dir = docs/html +build-dir = docs/build all_files = 1 [publish]