Skip to content

Commit 0b6289e

Browse files
committed
lint
1 parent 6be3901 commit 0b6289e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_docs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,10 @@ def build(self):
756756
site_url += f"{self.language.tag}/"
757757
# Define a tag to enable opengraph socialcards previews
758758
# (used in Doc/conf.py and requires matplotlib)
759-
sphinxopts.extend((
759+
sphinxopts += (
760760
"-t create-social-cards",
761761
f"-D ogp_site_url={site_url}",
762-
))
762+
)
763763

764764
# Disable CPython switchers, we handle them now:
765765
run(

0 commit comments

Comments
 (0)