Skip to content

Commit

Permalink
Add tests to documentation. (#1683)
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 authored Sep 9, 2023
1 parent 4a92863 commit 6e3fcb0
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 6e3fcb0

Please sign in to comment.