Skip to content

Commit bbf8e61

Browse files
authored
Merge branch 'main' into defusedxmlFix
2 parents 5e244e3 + 1356b07 commit bbf8e61

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

docs/script/generate_social_card_previews.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
A helper script to test out what social previews look like.
33
I should remove this when I'm happy with the result.
44
"""
5+
56
# %load_ext autoreload
67
# %autoreload 2
78

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
1111
ref: https://nox.thea.codes/
1212
"""
13+
1314
import nox
1415
from shlex import split
1516

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/wpilibsuite/sphinxext-opengraph",
1616
license="LICENSE.md",
17-
install_requires=["sphinx>=4.0"],
17+
install_requires=["sphinx>=5.0"],
1818
packages=["sphinxext/opengraph"],
1919
include_package_data=True,
2020
package_data={"sphinxext.opengraph": ["sphinxext/opengraph/_static/*"]},

sphinxext/opengraph/socialcards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Build a PNG card for each page meant for social media."""
2+
23
import hashlib
34
from pathlib import Path
45
import matplotlib

0 commit comments

Comments
 (0)