summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-03-07 14:01:11 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-03-12 11:47:05 -0400
commit1a55d1c4dab07e2c274e4f7b8afd4ce207c7513b (patch)
tree21829fc9f220fab9eebc0ea3cacd13b31bb3f4f1
parente935333aa4810c1a154d2a2136e4d1845d16f2a4 (diff)
downloadpycadf-1a55d1c4dab07e2c274e4f7b8afd4ce207c7513b.tar.gz
Remove empty _templates folder
as far as i can tell, this folder does nothing Change-Id: I4f2c6c56a87d62665b45b40b1a8769149fbfd469
-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'