From 48d795ea086fa74b9d1819651de1faef91ebf4ee Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 20 Jan 2019 19:02:33 -0600 Subject: [PATCH] doc: add dummy file so we stop getting warnings This prevents warnings about the _static directory not existing. We will probably want to override something eventually, so adding an empty file rather than removing it from conf.py. --- source/_static/css/theme_overrides.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 source/_static/css/theme_overrides.css diff --git a/source/_static/css/theme_overrides.css b/source/_static/css/theme_overrides.css new file mode 100644 index 0000000..67a01ed --- /dev/null +++ b/source/_static/css/theme_overrides.css @@ -0,0 +1 @@ +/* nothing here yet */