diff options
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 1a4505e..22e39e9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -123,7 +123,8 @@ html_theme = '_better_theme' html_theme_options = { 'showrelbartop': False, 'showrelbarbottom': True, - 'cssfiles': ['_static/rambutan-docs.css'], + 'cssfiles': ['_static/rambutan-docs.css', + '_static/pygments-solarized-dark.css'], } # The name for this set of Sphinx documents. If None, it defaults to |