diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-09-01 20:48:45 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-09-01 21:22:10 -0400 |
commit | c5d014588245fe0f09e755f0bf0f02f0e7f59ec0 (patch) | |
tree | 350765bb1a82d4ad646b5eba6c188341d9128c02 /docs | |
parent | dea4e11a8ac2e2f798bc7985fd51142e794e61b3 (diff) | |
download | librambutan-c5d014588245fe0f09e755f0bf0f02f0e7f59ec0.tar.gz librambutan-c5d014588245fe0f09e755f0bf0f02f0e7f59ec0.zip |
docs: change pygments theme to 'native'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/_static/rambutan-docs.css | 2 | ||||
-rw-r--r-- | docs/source/conf.py | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/source/_static/rambutan-docs.css b/docs/source/_static/rambutan-docs.css index a20883d..9b7daba 100644 --- a/docs/source/_static/rambutan-docs.css +++ b/docs/source/_static/rambutan-docs.css @@ -138,7 +138,7 @@ a tt { } .highlight pre { - color: #ccc; + color: #ddd; background-color: #333; padding: 0.75em; margin-bottom: 2em; diff --git a/docs/source/conf.py b/docs/source/conf.py index f4d4b6f..0d1ee9e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -101,7 +101,7 @@ add_function_parentheses = True #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] @@ -124,8 +124,7 @@ html_theme = '_better_theme' html_theme_options = { 'showrelbartop': False, 'showrelbarbottom': True, - 'cssfiles': ['_static/rambutan-docs.css', - '_static/pygments-solarized-dark.css'], + 'cssfiles': ['_static/rambutan-docs.css', ] } # The name for this set of Sphinx documents. If None, it defaults to |