8000 Sphinx - docutils by AA-Turner · Pull Request #1931 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Sphinx - docutils #1931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add config for pep_processor
  • Loading branch information
AA-Turner committed Jun 8, 2021
commit 9368f991f0adbd078407ea0fb4747b06dbab8fae
6 changes: 6 additions & 0 deletions pep_sphinx_extensions/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""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/"
0