# external
'south',
- 'djangosphinx',
+ 'sponsors',
'newtagging',
'pagination',
'chunks',
# CSS and JavaScript file groups
COMPRESS_CSS = {
'all': {
- 'source_filenames': ('css/master.css', 'css/jquery.autocomplete.css', 'css/master.plain.css',),
+ 'source_filenames': ('css/master.css', 'css/jquery.autocomplete.css', 'css/master.plain.css', 'css/sponsors.css',),
'output_filename': 'css/all.min.css',
},
'book': {
COMPRESS_CSS_FILTERS = None
-SPHINX_SERVER = 'localhost'
-SPHINX_PORT = 3312
-
# Load localsettings, if they exist
try: