Skip to content

Commit

Permalink
working on ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Curti committed Dec 6, 2023
1 parent 3f70def commit 417e2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Install deepskin model
run: |
python -m pip install .
- name: Test the execution
run: |
deepskin --help
#- name: Test the execution
# run: |
# deepskin --help
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.9
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
Expand Down

0 comments on commit 417e2ae

Please sign in to comment.