Skip to content

Commit

Permalink
Bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 7, 2024
1 parent e9931d0 commit 12345e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install .
python3 -m pip install -U "sphinx>=5.3"
- name: Bug report
run: |
python3 -m sphinx --bug-report
- name: Docs
run: |
python3 -m pip install sphinx
python3 -m sphinx.cmd.build --builder html --fail-on-warning --keep-going docs _build/html

0 comments on commit 12345e6

Please sign in to comment.