From 0b7cc5cc9cf524cc71717095bae7b97f3ecd525f Mon Sep 17 00:00:00 2001 From: Brad Jascob Date: Tue, 30 Apr 2019 07:12:28 -0600 Subject: [PATCH] fix missing directories --- docs/Readme.txt | 2 ++ docs/source/_static/.gitkeep | 0 docs/source/_templates/.gitkeep | 0 3 files changed, 2 insertions(+) create mode 100644 docs/source/_static/.gitkeep create mode 100644 docs/source/_templates/.gitkeep diff --git a/docs/Readme.txt b/docs/Readme.txt index fbe078c..6a8ec43 100644 --- a/docs/Readme.txt +++ b/docs/Readme.txt @@ -47,4 +47,6 @@ edit Makefile and add (be sure to use tabs not spaces).. rm -f ./source/modules.rst rm -rf build +touch _static/.gitkeep +touch _templates/.gitkeep diff --git a/docs/source/_static/.gitkeep b/docs/source/_static/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/_templates/.gitkeep b/docs/source/_templates/.gitkeep new file mode 100644 index 0000000..e69de29