There was an error while loading. Please reload this page.
1 parent d1d9c0d commit 6a0eab7Copy full SHA for 6a0eab7
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
name: build docs
20
no_output_timeout: 25m
21
command: |
22
- sudo pip install -r requirements.txt
+ pip install -r requirements.txt
23
sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
24
- store_artifacts:
25
path: build/latest
0 commit comments