summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-21 15:20:50 +0000
committerGeorg Brandl <georg@python.org>2008-03-21 15:20:50 +0000
commit5f78bc436b33d9f233cfdd61066f5a72052fe0ef (patch)
tree8d7d1e0e20b09df0f38941fe139e98683e305c38 /doc/conf.py
parent94a868db404bd120663ea428d56fadf7e85b7714 (diff)
downloadsphinx-git-5f78bc436b33d9f233cfdd61066f5a72052fe0ef.tar.gz
Use Windows-friendlier dirnames.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 717299e23..8f282cc0d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -24,7 +24,7 @@ sys.path.append(os.path.dirname(__file__))
extensions = ['ext', 'sphinx.ext.autodoc', 'sphinx.ext.doctest']
# 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'
@@ -77,7 +77,7 @@ html_style = 'sphinxdoc.css'
# 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.