Skip to content

Commit

Permalink
Remove sphinx deprecated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 25, 2023
1 parent 87851cb commit 6d6ed81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python3 -m nbqa mypy .
- name: Run documentation generation
run: |
cd docs && make html
cd docs && python3 -m sphinx -W -b html . build/html
- name: Run tests
run: |
python3 -m coverage run --source=open_in_cloud_workflow -m pytest tests
Expand Down
12 changes: 0 additions & 12 deletions docs/Makefile

This file was deleted.

0 comments on commit 6d6ed81

Please sign in to comment.