Skip to content

Commit

Permalink
Depend on audfactory (#10)
Browse files Browse the repository at this point in the history
* Depend on audfactory

* Disable linkcheck
  • Loading branch information
hagenw authored Jan 3, 2024
1 parent 0c88d45 commit 00b8912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
sudo apt-get update
sudo apt-get install --no-install-recommends --yes libsndfile1
# DOCS
# DOCS
- name: Install docs requirements
run: pip install -r docs/requirements.txt

- name: Test building documentation
run: python -m sphinx docs/ docs/build/ -b html -W

- name: Check links in documentation
run: python -m sphinx docs/ docs/build/ -b linkcheck -W
#- name: Check links in documentation
# run: python -m sphinx docs/ docs/build/ -b linkcheck -W
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
audb >=1.4.2
audfactory
audplot
sphinx
sphinx-audeering-theme >=1.2.1

0 comments on commit 00b8912

Please sign in to comment.