From cff713abe14cd616470910b5705909b65f1b6377 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 5 Apr 2016 19:32:56 -0700 Subject: [PATCH] Remove html_context from sphinx conf --- docs/source/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0802ab2d5..6d50a9618 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -186,10 +186,6 @@ html_theme = 'sphinx_rtd_theme' # since it is needed to properly generate _static in the build directory html_static_path = ['_static'] -html_context = { - 'css_files': ['_static/custom.css'], -} - # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation.