From 076514571992c63997603ab0097c0ff5afa8574b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E5=B2=9A?= <155608604+xiaoyaoqilan@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:21:18 +0800 Subject: [PATCH] enable support for more recent versions of sphinx for documentation generation --- doc/apidoc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 05d3e097b9..c0e5acb61d 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -202,4 +202,4 @@ def setup(app): - app.add_stylesheet("plotly-style.css") # also can be a full URL + app.add_css_file("plotly-style.css") # also can be a full URL