forked from sphinx-doc/sphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into autosummary-short-signature
- Loading branch information
Showing
340 changed files
with
12,093 additions
and
8,079 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Binary data types | ||
*.gif binary | ||
*.jpg binary | ||
*.mo binary | ||
*.pdf binary | ||
*.png binary | ||
*.zip binary | ||
|
||
# Unix-style line endings | ||
[attr]unix text eol=lf | ||
|
||
*.conf unix | ||
*.css unix | ||
*.cls unix | ||
*.csv unix | ||
*.dot unix | ||
*.html unix | ||
*.inc unix | ||
*.ini unix | ||
*.jinja unix | ||
*.js unix | ||
*.md unix | ||
*.mjs unix | ||
*.py unix | ||
*.rst unix | ||
*.sty unix | ||
*.tex unix | ||
*.toml unix | ||
*.txt unix | ||
*.svg unix | ||
*.xml unix | ||
*.yml unix | ||
|
||
# CRLF files | ||
[attr]dos text eol=crlf | ||
|
||
*.bat dos | ||
*.bat.jinja dos | ||
*.stp dos | ||
tests/roots/test-pycode/cp_1251_coded.py dos | ||
|
||
# Language aware diff headers | ||
*.c diff=cpp | ||
*.h diff=cpp | ||
*.css diff=css | ||
*.html diff=html | ||
*.md diff=markdown | ||
*.py diff=python | ||
# *.rst diff=reStructuredText | ||
*.tex diff=tex | ||
|
||
# Non UTF-8 encodings | ||
tests/roots/test-pycode/cp_1251_coded.py working-tree-encoding=windows-1251 | ||
|
||
# Generated files | ||
# https://github.com/github/linguist/blob/master/docs/overrides.md | ||
# | ||
# To always hide generated files in local diffs, mark them as binary: | ||
# $ git config diff.generated.binary true | ||
# | ||
[attr]generated linguist-generated=true diff=generated | ||
|
||
tests/js/fixtures/**/*.js generated | ||
sphinx/search/minified-js/*.js generated | ||
sphinx/themes/bizstyle/static/css3-mediaqueries.js generated |
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,19 +1,33 @@ | ||
Subject: <short purpose of this pull request> | ||
<!-- | ||
Thank you for creating this pull request and for spending time to help Sphinx! | ||
Our contributors' guide can be found online: https://www.sphinx-doc.org/en/master/internals/contributing.html | ||
Ask any questions at https://github.com/sphinx-doc/sphinx/discussions | ||
--> | ||
|
||
### Feature or Bugfix | ||
<!-- please choose --> | ||
- Feature | ||
- Bugfix | ||
- Refactoring | ||
|
||
### Purpose | ||
- <long purpose of this pull request> | ||
- <Environment if this PR depends on> | ||
## Purpose | ||
|
||
### Detail | ||
- <feature1 or bug1> | ||
- <feature2 or bug2> | ||
<!-- | ||
A description of the purpose of this pull request. | ||
Ensure that all relevant information is included for reviewers, | ||
including any environment-specific details. | ||
### Relates | ||
- <URL or Ticket> | ||
* If you plan to add tests or documentation after opening this PR, | ||
please note it here. | ||
* For user-visible changes, remember to add an entry to CHANGES.rst. | ||
* Please add your name to AUTHORS.rst if you haven't already! | ||
--> | ||
|
||
|
||
## References | ||
|
||
<!-- | ||
Please add any relevant links here, especially including any | ||
GitHub issues or Pull Requests that this PR would resolve. | ||
This helps to ensure that reviewers have context from | ||
previous discussions or decisions. | ||
--> | ||
|
||
- <...> | ||
- <...> | ||
- <...> |
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
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
Oops, something went wrong.