Skip to content

Commit 4061bc4

Browse files
committed
Fix lint
1 parent 492afe5 commit 4061bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
pygments_style = "sphinx"
4545

4646
html_theme = "sphinx_rtd_theme"
47-
html_static_path = ['_static']
48-
html_css_files = ['css/custom.css']
47+
html_static_path = ["_static"]
48+
html_css_files = ["css/custom.css"]
4949

5050
intersphinx_mapping = {
5151
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)