From 2d29c8cda7707a6f490b50556c92233a70d50b0d Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Wed, 27 Jan 2016 11:09:29 -0500 Subject: [PATCH] docs: Create a static directory. Hopefully this fixes build failures on RTD: https://readthedocs.org/projects/sprocketsmixinsmetrics/builds/3675075/ --- docs/{ => _static}/custom.css | 0 docs/conf.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ => _static}/custom.css (100%) diff --git a/docs/custom.css b/docs/_static/custom.css similarity index 100% rename from docs/custom.css rename to docs/_static/custom.css diff --git a/docs/conf.py b/docs/conf.py index 84f656a..041e6de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ master_doc = 'index' exclude_patterns = [] pygments_style = 'sphinx' html_style = 'custom.css' -html_static_path = ['.'] +html_static_path = ['_static'] html_theme = 'alabaster' html_theme_path = [alabaster.get_path()] html_sidebars = {