Skip to content

Commit

Permalink
Use nitpick mode when building sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 29, 2023
1 parent 8dd5892 commit 974eb08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
cache: "pip"
cache-dependency-path: "setup.cfg"

- name: Install graphviz
run: sudo apt-get install graphviz

- name: Update pip/wheel infrastructure
run: |
python -m pip install --upgrade pip
Expand All @@ -35,8 +38,8 @@ jobs:
run: pip install -v .

- name: Install documenteer
run: pip install 'documenteer[pipelines]<0.7'
run: pip install 'documenteer[pipelines]>0.8,<0.9'

- name: Build documentation
working-directory: ./doc
run: package-docs build
run: package-docs build -n -W

0 comments on commit 974eb08

Please sign in to comment.