We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03b2fb commit d40582aCopy full SHA for d40582a
.circleci/config.yml
@@ -19,10 +19,10 @@ jobs:
19
name: build docs
20
no_output_timeout: 25m
21
command: |
22
- pip install -r requirements.txt
23
- sphinx-build -b html -WT --keep-going spec build/draft -d doctrees
+ pip install .[doc]
+ make -C spec/ build
24
- store_artifacts:
25
- path: build/draft
+ path: spec/_build/
26
27
workflows:
28
version: 2
.github/workflows/pages.yml
@@ -91,7 +91,7 @@ jobs:
91
if: ${{ github.event_name == 'pull_request'}}
92
with:
93
name: html
94
- path: build/
95
if-no-files-found: error
96
97
# Configure Git:
0 commit comments