From 677adae50908cadb2105c2fde6613ed74403f867 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Wed, 25 Nov 2015 20:13:49 +0100
Subject: [PATCH] stop generating folders, fixes #2

---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index c4310cf..6ff9f5d 100644
--- a/conf.py
+++ b/conf.py
@@ -739,7 +739,7 @@ STRIP_INDEXES = False
 # This can be disabled on a per-page/post basis by adding
 #    .. pretty_url: False
 # to the metadata.
-PRETTY_URLS = True
+PRETTY_URLS = False
 
 # If True, publish future dated posts right away instead of scheduling them.
 # Defaults to False.
-- 
GitLab