Skip to content

Commit 0141fbf

Browse files
committed
update sphinx versoon
1 parent b291220 commit 0141fbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
23+
python -m pip install --ignore-installed sphinx==6.2.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
2424
- name: Test with tox
2525
run: |
2626
tox -e py

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flake8==3.8.0
22
flake8-quotes==2.1.1
33
tox==3.20.0
4-
sphinx==3.4.1
4+
sphinx==6.2.1
55
sphinx-rtd-theme==0.5.2
66
pytest==7.2.0
77
pytest-cov==4.0.0

0 commit comments

Comments
 (0)