-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
43 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Contributing to _Black_ | ||
|
||
Welcome! Happy to see you willing to make the project better. Have you read the entire | ||
[user documentation](https://black.readthedocs.io/en/latest/) yet? | ||
Welcome future contributor! We're happy to see you willing to make the project better. | ||
|
||
Our [contributing documentation](https://black.readthedocs.org/en/latest/contributing/) | ||
contains details on all you need to know about contributing to _Black_, the basics to | ||
the internals of _Black_. | ||
If you aren't familiar with _Black_, or are looking for documentation on something | ||
specific, the [user documentation](https://black.readthedocs.io/en/latest/) is the best | ||
place to look. | ||
|
||
We look forward to your contributions! | ||
For getting started on contributing, please read the | ||
[contributing documentation](https://black.readthedocs.org/en/latest/contributing/) for | ||
all you need to know. | ||
|
||
Thank you, and we look forward to your contributions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Used by ReadTheDocs; pinned requirements for stability. | ||
|
||
myst-parser==3.0.1 | ||
Sphinx==7.4.7 | ||
myst-parser==4.0.0 | ||
Sphinx==8.1.3 | ||
# Older versions break Sphinx even though they're declared to be supported. | ||
docutils==0.20.1 | ||
docutils==0.21.2 | ||
sphinxcontrib-programoutput==0.17 | ||
sphinx_copybutton==0.5.2 | ||
furo==2024.8.6 |