Unverified Commit afb6626c authored by moto's avatar moto Committed by GitHub
Browse files

Remove unnecessary override CSS (#1554)

parent 30de797c
/* Fix for bibtex reference */
dl.footnote.brackets > dt.label > span.brackets > a.fn-backref {
position: inherit
}
/* Fix for bibtex back reference */
dl.footnote.brackets > dt.label > span.fn-backref > a {
position: inherit
}
......@@ -137,7 +137,6 @@ html_logo = '_static/img/pytorch-logo-dark.svg'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = [
'css/override.css',
'https://cdn.jsdelivr.net/npm/katex@0.10.0-beta/dist/katex.min.css'
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment