Skip to content

Commit

Permalink
Use new documenteer in sphinx action
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 10, 2023
1 parent ce380fa commit d0158f1
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 @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: "pip"
Expand Down Expand Up @@ -45,8 +45,11 @@ jobs:
- name: Build and install
run: pip install --no-deps -v .

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

- name: Install documenteer
run: pip install 'documenteer[pipelines]<0.8'
run: pip install 'documenteer[pipelines]>=0.8'

- name: Build documentation
working-directory: ./doc
Expand Down

0 comments on commit d0158f1

Please sign in to comment.