Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
afb6626c
Unverified
Commit
afb6626c
authored
Jun 04, 2021
by
moto
Committed by
GitHub
Jun 04, 2021
Browse files
Remove unnecessary override CSS (#1554)
parent
30de797c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
docs/source/_static/css/override.css
docs/source/_static/css/override.css
+0
-8
docs/source/conf.py
docs/source/conf.py
+0
-1
No files found.
docs/source/_static/css/override.css
deleted
100644 → 0
View file @
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
}
docs/source/conf.py
View file @
afb6626c
...
...
@@ -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'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment