Skip to content

Commit a438862

Browse files
authored
Merge pull request #6 from fabiomontefuscolo/fix/deps
fix: sphinx version
2 parents 244052f + 1c0a928 commit a438862

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ jobs:
4343
pip install -r requirements.txt -r requirements_dev.txt
4444
4545
- name: Black
46+
continue-on-error: true
4647
if: steps.list_changed_python_files.outputs.files != null
4748
run: |
4849
. venv/bin/activate
4950
black --check ${{ steps.list_changed_python_files.outputs.files }}
5051
5152
- name: Flake8
53+
continue-on-error: true
5254
if: steps.list_changed_python_files.outputs.files != null
5355
run: |
5456
. venv/bin/activate

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ watchdog==0.9.0
55
flake8==3.7.8
66
tox==3.14.0
77
coverage==4.5.4
8-
Sphinx==1.8.5
8+
Sphinx==8.1.3
99
twine==1.14.0
1010

1111
pytest==6.2.4
12-
black==21.7b0
12+
black==25.1
1313
pytest-watch==4.2.0
1414
ipython==8.14.0
1515
ipdb==0.13.13

0 commit comments

Comments
 (0)