Skip to content

Commit b4a362d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2662eea commit b4a362d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/en/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from _pytest import __version__ as full_version
1010

11+
1112
if TYPE_CHECKING:
1213
import sphinx.application
1314

@@ -149,11 +150,9 @@
149150
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
150151

151152
html_theme = "furo"
152-
html_theme_options = {
153-
"sidebar_hide_name": True
154-
}
153+
html_theme_options = {"sidebar_hide_name": True}
155154

156-
html_static_path = ['_static']
155+
html_static_path = ["_static"]
157156
html_css_files = [
158157
"pytest-custom.css",
159158
]
@@ -266,6 +265,7 @@
266265
# -- Custom documentation plugin ------------------------------------------------------
267266
# https://www.sphinx-doc.org/en/master/development/tutorials/extending_syntax.html#the-setup-function
268267

268+
269269
def setup(app: sphinx.application.Sphinx) -> None:
270270
app.add_crossref_type(
271271
"fixture",

0 commit comments

Comments
 (0)