summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authormarco giusti <marco.giusti@gmail.com>2011-12-03 12:59:15 +0100
committermarco giusti <marco.giusti@gmail.com>2011-12-03 12:59:15 +0100
commit75e79947c8bc4ada72d3dfaa8ef10f2ed631a94a (patch)
tree7a78b7ddd3954fa37f636cb744a7940e243954f6 /docs/conf.py
parent224609bf52a601faa33f0c8b382db06a89e7dfd0 (diff)
downloadurwid-75e79947c8bc4ada72d3dfaa8ef10f2ed631a94a.tar.gz
Fix static and templates paths
--HG-- branch : feature-sphinx
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f2c678a..cad1e4e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,7 +28,7 @@ import sys, os
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage']
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+templates_path = ['tools']
# The suffix of source filenames.
source_suffix = '.txt'
@@ -120,7 +120,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 = ['tools/static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.