7 lines
256 B
Python
7 lines
256 B
Python
|
"""Miscellaneous configuration variables for the PEP Sphinx extensions."""
|
||
|
|
||
|
pep_stem = "pep-{:0>4}"
|
||
|
pep_url = f"{pep_stem}.html"
|
||
|
pep_vcs_url = "https://github.com/python/peps/blob/master/"
|
||
|
pep_commits_url = "https://github.com/python/peps/commits/master/"
|