Skip to content

Commit

Permalink
try to fix read the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Jul 29, 2024
1 parent c4c7e97 commit 95d5e29
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 64 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: coverage.xml
- name: Documentation
run: |
python -m pip install -r docs/requirements.txt
mkdocs build --clean
working-directory: docs
deploy:
needs: test
if: ${{ github.event_name == 'release' }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ docs:
mkdocs build
mkdocs serve

.PHONY: init test
.PHONY: init test docs
57 changes: 0 additions & 57 deletions docs/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jinja2>=3.1.3
Markdown<3.2
mkdocs>=1.0
# mkdocs>=1.3.0

0 comments on commit 95d5e29

Please sign in to comment.