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

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: Add .git and remove redundant env/venv from exclude_patterns
  • Loading branch information
CAM-Gerlach committed Mar 12, 2022
commit 866f23041fc2404161d825ad8d529fffafe549d3
4 changes: 2 additions & 2 deletions conf.py
61AD
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
# Windows:
"Thumbs.db",
".DS_Store",
# Python:
"*env*",
# Git
".git",
# Sphinx:
"build",
# PEPs:
Expand Down
0