Minor docs UI tweaks

This commit is contained in:
Martin Mahner 2019-12-09 09:23:43 +01:00
parent bd3186cced
commit 1d5c465975
2 changed files with 4 additions and 1 deletions

3
docs/_static/pygments.css vendored Normal file
View file

@ -0,0 +1,3 @@
.highlight { background: #f8f8f8; color: black; }
.highlight pre { font-size: 1em; }

View file

@ -69,7 +69,7 @@ language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = None
# -- Options for HTML output -------------------------------------------------