aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-08-28 00:00:31 -0400
committerbnewbold <bnewbold@robocracy.org>2014-08-28 00:03:13 -0400
commitdaa3d15c401eece51c14f3553282581eb1b4c954 (patch)
tree7d45e78b0706baecd0555e664c7aa4da69a7e4a0 /docs/source/conf.py
parent84fb63e479685ef5b63612237289f86106a46a97 (diff)
downloadlibrambutan-daa3d15c401eece51c14f3553282581eb1b4c954.tar.gz
librambutan-daa3d15c401eece51c14f3553282581eb1b4c954.zip
docs: add dark solarized pygments style (WIP)
Really this should be installed as a proper pygments style and selected as such in conf.py. The way this patch works two full .css files get loaded and the second (solarized) clobbers the default.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py3
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