summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-12 19:45:08 +0000
committerGerrit Code Review <review@openstack.org>2015-03-12 19:45:08 +0000
commit393782a5444be1464005ca65148636e71c1b3bd1 (patch)
treee6717211e45b25f4894bfef05a05c2734f66b346
parent87f5f39c519863dcca4951a06b317e50dc0bbcd1 (diff)
parent1a55d1c4dab07e2c274e4f7b8afd4ce207c7513b (diff)
downloadpycadf-393782a5444be1464005ca65148636e71c1b3bd1.tar.gz
Merge "Remove empty _templates folder"
-rw-r--r--doc/source/_templates/.placeholder0
-rw-r--r--doc/source/conf.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/_templates/.placeholder b/doc/source/_templates/.placeholder
deleted file mode 100644
index e69de29..0000000
--- a/doc/source/_templates/.placeholder
+++ /dev/null
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7e69c85..78bdfda 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -42,7 +42,7 @@ extensions = [
]
# 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'