From 4061bc4a887dddab17ea40bef8e586c5f7c89c8c Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 17 Jan 2025 16:22:50 +0400 Subject: [PATCH] Fix lint --- docs/sphinx/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 35d26d5a7..7104660b5 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -44,8 +44,8 @@ pygments_style = "sphinx" html_theme = "sphinx_rtd_theme" -html_static_path = ['_static'] -html_css_files = ['css/custom.css'] +html_static_path = ["_static"] +html_css_files = ["css/custom.css"] intersphinx_mapping = { "python": ("https://docs.python.org/3", None),