Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/conf.py b/source/conf.py
index 58413d4..2df086f 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -1,6 +1,5 @@
import sys, os
-source_suffix = '.rst'
master_doc = 'index'
project = u'Sugar'
@@ -8,10 +7,7 @@ copyright = u'2010, Marco Pesenti Gritti'
version = '1.0'
release = '1.0'
-pygments_style = 'sphinx'
-
extensions = ['sphinx.ext.todo']
# HTML output
html_theme = 'sphinxdoc'
-htmlhelp_basename = 'Sugardoc'