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 25a08c3 commit 1a07b62
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 @@ -99,7 +99,7 @@ jobs:
- name: Run documentation generation
if: startsWith(matrix.backend, 'none') != true
run: |
cd docs && make html
cd docs && python3 -m sphinx -W -b html . build/html
- name: Remove source directory to ensure that package from installation directory is used
run: |
rm -rf rbnicsx
Expand Down
12 changes: 0 additions & 12 deletions docs/Makefile

This file was deleted.

0 comments on commit 1a07b62

Please sign in to comment.