Skip to content

Commit 5bf53f3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82280c0 commit 5bf53f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
RTD_BUILD = bool(os.getenv("READTHEDOCS"))
88
RTD_PR_BUILD = RTD_BUILD and os.getenv("READTHEDOCS_VERSION_TYPE") == "external"
99
RTD_URL = os.getenv("READTHEDOCS_CANONICAL_URL")
10-
RTD_CANONICAL_BUILD = RTD_BUILD and not RTD_PR_BUILD and "packaging.python.org" in RTD_URL
10+
RTD_CANONICAL_BUILD = (
11+
RTD_BUILD and not RTD_PR_BUILD and "packaging.python.org" in RTD_URL
12+
)
1113

1214
project = "Python Packaging User Guide"
1315

0 commit comments

Comments
 (0)