From 098efb3b30d27a928a2eb98b66be29f7c5199f66 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Thu, 4 May 2017 18:37:23 +0000 Subject: [PATCH] changed 'output folder' to 'public' --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index b3b47ed..b1941db 100644 --- a/conf.py +++ b/conf.py @@ -579,7 +579,7 @@ GITHUB_COMMIT_SOURCE = True # Where the output site should be located # If you don't use an absolute path, it will be considered as relative # to the location of conf.py -# OUTPUT_FOLDER = 'output' +OUTPUT_FOLDER = 'public' # where the "cache" of partial generated content should be located # default: 'cache'