Compare commits
1 Commits
master
...
doc-remove
Author | SHA1 | Date | |
---|---|---|---|
|
d8b66a10b8 |
10
docs/_static/css/custom.css
vendored
10
docs/_static/css/custom.css
vendored
@ -1,10 +0,0 @@
|
|||||||
/*
|
|
||||||
This fixes the vertical position of list markers when the first
|
|
||||||
element in the <li> is a <pre> block
|
|
||||||
|
|
||||||
Scrolling inside the <pre> block is still working as expected
|
|
||||||
*/
|
|
||||||
.rst-content pre.literal-block,
|
|
||||||
.rst-content div[class^='highlight'] pre {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
@ -89,7 +89,7 @@ html_theme = 'sphinx_rtd_theme'
|
|||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
#
|
#
|
||||||
html_static_path = ['_static']
|
# html_static_path = ['_static']
|
||||||
|
|
||||||
# Custom sidebar templates, must be a dictionary that maps document names
|
# Custom sidebar templates, must be a dictionary that maps document names
|
||||||
# to template names.
|
# to template names.
|
||||||
@ -103,7 +103,7 @@ html_static_path = ['_static']
|
|||||||
|
|
||||||
# These paths are either relative to html_static_path
|
# These paths are either relative to html_static_path
|
||||||
# or fully qualified paths (eg. https://...)
|
# or fully qualified paths (eg. https://...)
|
||||||
html_css_files = ['css/custom.css']
|
# html_css_files = ['css/custom.css']
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTMLHelp output ---------------------------------------------
|
# -- Options for HTMLHelp output ---------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user