Skip to content

Commit

Permalink
CircleCI: update Sphinx command
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 3, 2023
1 parent 1fe9d26 commit 003c7b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ jobs:
- run:
name: make html
command: |
python setup.py build_sphinx
python -m sphinx doc _build
# Save the outputs
- store_artifacts:
path: build/sphinx/html/
path: _build
destination: html

# Check for broken links
- run:
name: linkcheck
command: |
python setup.py build_sphinx -b linkcheck
python -m sphinx doc _build -b linkcheck
workflows:
version: 2
Expand Down

0 comments on commit 003c7b5

Please sign in to comment.