diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css deleted file mode 100644 index c9996e0e..00000000 --- a/docs/_static/css/custom.css +++ /dev/null @@ -1,10 +0,0 @@ -/* - This fixes the vertical position of list markers when the first - element in the
block - - Scrolling inside theblock is still working as expected -*/ -.rst-content pre.literal-block, -.rst-content div[class^='highlight'] pre { - overflow: visible; -} diff --git a/docs/conf.py b/docs/conf.py index 21ed646d..2f534d71 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,7 +89,7 @@ html_theme = 'sphinx_rtd_theme' # relative to this directory. They are copied after the builtin static files, # 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 # to template names. @@ -103,7 +103,7 @@ html_static_path = ['_static'] # These paths are either relative to html_static_path # or fully qualified paths (eg. https://...) -html_css_files = ['css/custom.css'] +# html_css_files = ['css/custom.css'] # -- Options for HTMLHelp output ---------------------------------------------