From ab682a9469594606f7a975a3dc09813de5306f0d Mon Sep 17 00:00:00 2001 From: Cody Glassman Date: Wed, 9 Oct 2024 09:54:48 -0700 Subject: [PATCH] upgrade theme to fix selector styling --- docs/requirements.txt | 2 +- docs/source/_static/global.css | 3 --- docs/source/conf.py | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 docs/source/_static/global.css diff --git a/docs/requirements.txt b/docs/requirements.txt index 72620f3490..333fa4fcce 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ parse_cmake sphinx==7.1.2 docutils==0.18.1 jinja2==3.1.4 -sphinx_rtd_theme==3.0.0 +sphinx_rtd_theme==3.0.1 diff --git a/docs/source/_static/global.css b/docs/source/_static/global.css deleted file mode 100644 index 01a533fc83..0000000000 --- a/docs/source/_static/global.css +++ /dev/null @@ -1,3 +0,0 @@ -.version-switch select option { - color: black; -} diff --git a/docs/source/conf.py b/docs/source/conf.py index b34d5756c5..fbce7975da 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -182,10 +182,6 @@ html_static_path = [ '_static' ] -html_css_files = [ - 'global.css', -] - # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation.