From d2458214c36fecf0185a5dbc468ff81c2684b881 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 21 2016 09:58:59 +0000 Subject: Fix pointing to the site.css for the fonts --- diff --git a/doc/conf.py b/doc/conf.py index 1eac5b4..9af8e95 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -156,7 +156,7 @@ html_theme_options = { "footerbgcolor": "#FEFEFE", - "fontcssurl": "{% _static 'site.css' %}", + "fontcssurl": "_static/site.css" } # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = []