From 1a55d1c4dab07e2c274e4f7b8afd4ce207c7513b Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 7 Mar 2015 14:01:11 -0500 Subject: Remove empty _templates folder as far as i can tell, this folder does nothing Change-Id: I4f2c6c56a87d62665b45b40b1a8769149fbfd469 --- doc/source/_templates/.placeholder | 0 doc/source/conf.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 doc/source/_templates/.placeholder (limited to 'doc') diff --git a/doc/source/_templates/.placeholder b/doc/source/_templates/.placeholder deleted file mode 100644 index e69de29..0000000 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' -- cgit v1.2.1