Skip to content

Commit 4bf9f65

Browse files
authored
Use Sphinx 5.3+ in bug report template
1 parent 33d65fb commit 4bf9f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ body:
5454
attributes:
5555
label: Environment Information
5656
description: >-
57-
Install development Sphinx
58-
``pip install https://github.com/AA-Turner/sphinx/archive/refs/heads/5.x.zip``
57+
Install the latest Sphinx
58+
``pip install -U "sphinx>=5.3"``
5959
then run ``sphinx-build --bug-report`` or ``python -m sphinx --bug-report``.
6060
and paste the output here.
6161
validations:

0 commit comments

Comments
 (0)