aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-03-24 12:40:00 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-03-24 12:40:00 +0100
commitd33ccf6f39588f02c033801346ecaffadc8003c5 (patch)
tree1461c28faf6d99b6c06c7a754116723237ec6ad0
parent67e2a833547fef4ecc7f20edee09079be4fe1b04 (diff)
downloadpyexiv2-d33ccf6f39588f02c033801346ecaffadc8003c5.tar.gz
Documentation: removed empty _static and _templates directories.
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 65b7ce0..1c7d205 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -27,7 +27,7 @@ import pyexiv2
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+templates_path = []
# 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 = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.