Skip to content

Commit 9be4076

Browse files
fix docs/conf.py formatting to keep CI clean
1 parent 3de1ba3 commit 9be4076

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
# sys.path.insert(0, os.path.abspath('.'))
1919
sys.path.insert(0, os.path.abspath("../src"))
2020

21-
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx_rtd_theme"]
21+
extensions = [
22+
"sphinx.ext.autodoc",
23+
"sphinx.ext.viewcode",
24+
"sphinx_rtd_theme",
25+
]
2226

2327
# Sort members by type
2428
autodoc_member_order = "groupwise"
@@ -67,7 +71,7 @@ def setup(app):
6771
# The theme to use for HTML and HTML Help pages. See the documentation for
6872
# a list of builtin themes.
6973
# html_theme = "default"
70-
html_theme = 'sphinx_rtd_theme'
74+
html_theme = "sphinx_rtd_theme"
7175
# html_theme_path = ["_themes", ]
7276
# html_static_path = ['_static']
7377

0 commit comments

Comments
 (0)