We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe9d26 commit 003c7b5Copy full SHA for 003c7b5
1 file changed
.circleci/config.yml
@@ -31,18 +31,18 @@ jobs:
31
- run:
32
name: make html
33
command: |
34
- python setup.py build_sphinx
+ python -m sphinx doc _build
35
36
# Save the outputs
37
- store_artifacts:
38
- path: build/sphinx/html/
+ path: _build
39
destination: html
40
41
# Check for broken links
42
43
name: linkcheck
44
45
- python setup.py build_sphinx -b linkcheck
+ python -m sphinx doc _build -b linkcheck
46
47
workflows:
48
version: 2
0 commit comments