diff --git a/doc/python_api/static/css/theme_overrides.css b/doc/python_api/static/css/theme_overrides.css index 10d08e7d27c..c13ced18754 100644 --- a/doc/python_api/static/css/theme_overrides.css +++ b/doc/python_api/static/css/theme_overrides.css @@ -15,6 +15,11 @@ body { --color-api-name: #e87d0d; } +/* Increase the width of "On this page" region. */ +.main > .toc-drawer { + width: auto; +} + h1, h2, h3 {