summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Crotti2012-03-14 04:38:18 +0000
committerAndrea Crotti2012-03-14 04:38:18 +0000
commit4972b50ec372f7c2e957609cdacd84fdacc32596 (patch)
tree555dba1a4a2a98f0b884c2bc69d61edbdee75197
parentbcc42e2201c7172848185e5675a7b79e3d28aa0f (diff)
downloadmailman-4972b50ec372f7c2e957609cdacd84fdacc32596.tar.gz
mailman-4972b50ec372f7c2e957609cdacd84fdacc32596.tar.zst
mailman-4972b50ec372f7c2e957609cdacd84fdacc32596.zip
-rw-r--r--conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index fd3511d10..6b137541a 100644
--- a/conf.py
+++ b/conf.py
@@ -28,7 +28,7 @@ import sys, os
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+# templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'
@@ -122,7 +122,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
@@ -222,6 +222,7 @@ def index_html():
import errno
cwd = os.getcwd()
try:
+ os.makedirs('build/sphinx/html')
os.chdir('build/sphinx/html')
os.symlink('README.html', 'index.html')
print 'index.html -> README.html'