Skip to content

Commit 811429e

Browse files
committed
Upgrade all deps in the Sphinx build env
This includes dropping `css_files` from the config as it was breaking rendering in newer Sphinx versions.
1 parent 8679809 commit 811429e

File tree

2 files changed

+346
-324
lines changed

2 files changed

+346
-324
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
'current_version': version,
126126
'latest_version': 'latest',
127127
'available_versions': ('latest',),
128-
'css_files': [], # https://github.com/sphinx-doc/sphinx/issues/8889
129128
}
130129

131130
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)