mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Minor docs UI tweaks
This commit is contained in:
parent
bd3186cced
commit
1d5c465975
2 changed files with 4 additions and 1 deletions
3
docs/_static/pygments.css
vendored
Normal file
3
docs/_static/pygments.css
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.highlight { background: #f8f8f8; color: black; }
|
||||||
|
.highlight pre { font-size: 1em; }
|
||||||
|
|
|
@ -69,7 +69,7 @@ language = None
|
||||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = None
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue