Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2010-08-11 01:32:25 (GMT)
committer Marco Pesenti Gritti <marcopg@marcopg-sugar-lucid.(none)>2010-08-11 01:33:45 (GMT)
commit8e463c07ecc03afedd2f3d9b4be1356db7e506eb (patch)
tree35d02469014b0cc4c551cccb5bbc1af9602f660d
parent6052e70894e8f0b437f2960eb20fbc759904c43c (diff)
Remove some leftovers from autogenerated confHEADmaster
-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'