1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 21:41:04 +00:00

upgrade theme to fix selector styling

This commit is contained in:
Cody Glassman 2024-10-09 09:54:48 -07:00
parent bf58c03160
commit ab682a9469
3 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
.version-switch select option {
color: black;
}

View File

@ -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.