Skip to content

Commit 3f6c4c8

Browse files
committed
trivial: Strip trailing spaces
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 4fb6130 commit 3f6c4c8

File tree

19 files changed

+25
-31
lines changed

19 files changed

+25
-31
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ body:
77
attributes:
88
label: Describe the bug
99
description: >-
10-
A clear and concise description of what the bug is, including the
10+
A clear and concise description of what the bug is, including the
1111
expected behaviour and what has gone wrong.
12-
12+
1313
Please include screenshots, if applicable.
1414
validations:
1515
required: true
@@ -19,9 +19,9 @@ body:
1919
label: How to Reproduce
2020
description: >-
2121
Please provide steps to reproduce this bug, with the smallest possible
22-
set of source files. For normal bugs this should ideally be one
22+
set of source files. For normal bugs this should ideally be one
2323
``index.rst`` file, and for ``sphinx.ext.autodoc`` bugs, this should
24-
ideally be a single ``index.rst`` file, and a single example Python
24+
ideally be a single ``index.rst`` file, and a single example Python
2525
module.
2626
placeholder: |
2727
Minimal method (you can also paste the contents of ``index.rst`` and
@@ -32,7 +32,7 @@ body:
3232
$ sphinx-build -M html . _build
3333
$ # open _build/html/index and see bla bla
3434
```
35-
35+
3636
``git clone`` method (this is advised against, to help the Sphinx team):
3737
```bash
3838
$ git clone https://github.com/.../some_project
@@ -55,7 +55,7 @@ body:
5555
label: Environment Information
5656
render: text
5757
description: >-
58-
Install the latest Sphinx
58+
Install the latest Sphinx
5959
``pip install -U "sphinx>=5.3"``
6060
then run ``sphinx-build --bug-report`` or ``python -m sphinx --bug-report``.
6161
and paste the output here.
@@ -68,7 +68,7 @@ body:
6868
description: >-
6969
Attempt to reproduce your error with the smallest set of extensions possible.
7070
This makes it easier to determine where the problem you are encountering is.
71-
71+
7272
e.g. ``["sphinx.ext.autodoc", "recommonmark"]``
7373
validations:
7474
required: false
@@ -77,7 +77,7 @@ body:
7777
label: Additional context
7878
description: >-
7979
Add any other context about the problem here, for example:
80-
80+
8181
* Any other tools used (Browser, TeX, etc) with versions
8282
* Reference to another issue or pull request
8383
* URL to some external resource

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ A clear and concise description of any alternative solutions or features you've
2020
Add any other context or screenshots about the feature request here.
2121

2222
- [e.g. URL or Ticket]
23-

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Subject: <short purpose of this pull request>
1616

1717
### Relates
1818
- <URL or Ticket>
19-

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
headers: {Authorization: `bearer ${oidc_request_token}`},
4747
});
4848
const oidc_token = (await oidc_resp.json()).value;
49-
49+
5050
// exchange the OIDC token for an API token
5151
const mint_resp = await fetch('https://pypi.org/_/oidc/github/mint-token', {
5252
method: 'post',

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: >
102102
sphinx-lint
103103
--enable line-too-long
104-
--max-line-length 85
104+
--max-line-length 85
105105
CHANGES
106106
CONTRIBUTING.rst
107107
README.rst

.github/workflows/transifex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python utils/babel_runner.py extract
3232
- name: Push translations to transifex.com
3333
run: |
34-
cd sphinx/locale
34+
cd sphinx/locale
3535
/tmp/tx_cli/tx push --source --use-git-timestamps --workers 10
3636
env:
3737
TX_TOKEN: ${{ secrets.TX_TOKEN }}
@@ -60,7 +60,7 @@ jobs:
6060
run: python utils/babel_runner.py extract
6161
- name: Pull translations from transifex.com
6262
run: |
63-
cd sphinx/locale
63+
cd sphinx/locale
6464
/tmp/tx_cli/tx pull --translations --all --force --use-git-timestamps --workers 10
6565
env:
6666
TX_TOKEN: ${{ secrets.TX_TOKEN }}

doc/_static/conf.py.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# test documentation build configuration file, created by
22
# sphinx-quickstart on Sun Jun 26 00:00:43 2016.
33
#
4-
# This file is executed through importlib.import_module with
4+
# This file is executed through importlib.import_module with
55
# the current directory set to its containing dir.
66
#
77
# Note that not all possible configuration values are present in this

doc/_static/translation.svg

Lines changed: 1 addition & 1 deletion
Loading

doc/development/tutorials/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ Refer to the following tutorials to get started with extension development.
1414
todo
1515
recipe
1616
autodoc_ext
17-

sphinx/texinputs/sphinx.xdy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,3 @@
227227
\end{sphinxtheindex}
228228
"
229229
:tree)
230-

0 commit comments

Comments
 (0)