We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82280c0 commit 5bf53f3Copy full SHA for 5bf53f3
source/conf.py
@@ -7,7 +7,9 @@
7
RTD_BUILD = bool(os.getenv("READTHEDOCS"))
8
RTD_PR_BUILD = RTD_BUILD and os.getenv("READTHEDOCS_VERSION_TYPE") == "external"
9
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
+RTD_CANONICAL_BUILD = (
11
+ RTD_BUILD and not RTD_PR_BUILD and "packaging.python.org" in RTD_URL
12
+)
13
14
project = "Python Packaging User Guide"
15
0 commit comments