Skip to content

Commit

Permalink
Add tests to documentation.
Browse files Browse the repository at this point in the history
Tests external links lead to real destinations and that the entire documents can be generated.
  • Loading branch information
Julian-O committed Sep 8, 2023
1 parent 4a92863 commit 285d9f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ jobs:
run: docker build --tag=kivy/buildozer .
- name: Docker run
run: docker run kivy/buildozer --version

Documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Requirements
run: pip install -U sphinx
- name: Check links
run: sphinx-build -b linkcheck docs/source docs/build
- name: Generate documentation
run: sphinx-build docs/source docs/build

0 comments on commit 285d9f8

Please sign in to comment.