From f9e41ee8165ea9a26e471d18421321e3acf8b188 Mon Sep 17 00:00:00 2001 From: moto <855818+mthrok@users.noreply.github.com> Date: Fri, 4 Jun 2021 12:19:29 -0400 Subject: [PATCH] Remove override CSS --- docs/source/_static/css/override.css | 8 -------- docs/source/conf.py | 1 - 2 files changed, 9 deletions(-) delete mode 100644 docs/source/_static/css/override.css diff --git a/docs/source/_static/css/override.css b/docs/source/_static/css/override.css deleted file mode 100644 index a97d8c91ae..0000000000 --- a/docs/source/_static/css/override.css +++ /dev/null @@ -1,8 +0,0 @@ -/* 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 -} diff --git a/docs/source/conf.py b/docs/source/conf.py index a878157610..c3364d7fd7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -137,7 +137,6 @@ # 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' ]