8000 Infra: Fix non-PEP txt files being included and erroring out the build by CAM-Gerlach · Pull Request #2405 · python/peps · GitHub
[go: up one dir, main page]

Skip to content
8000

Infra: Fix non-PEP txt files being included and erroring out the build #2405

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

Closed
wants to merge 4 commits into from
Closed
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
Infra: Remove txt exclude patterns that are now unessesary
  • Loading branch information
CAM-Gerlach committed Mar 11, 2022
commit a8a5a7929e5219a50d3f405f2587d452728af50b
9 changes: 2 additions & 7 deletions conf.py
Original file line number Diff line number Diff line change Expand Up @@ -40,19 +40,14 @@ "Thumbs.db", ".DS_Store", # Python: ".venv", "venv", "requirements.txt", "*env*", # Sphinx: "build", "output.txt", # Link-check output # PEPs: "pep-0012", "pep-0012/*", "README.rst", "CONTRIBUTING.rst", "pep_sphinx_extensions/LICENCE.rst", # Miscellaneous ".codespell", ]
# -- Options for HTML output ------------------------------------------------- Expand Down
0