We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip install
make
1 parent cd184ce commit da5e994Copy full SHA for da5e994
.circleci/config.yml
@@ -19,7 +19,6 @@ jobs:
19
name: build docs
20
no_output_timeout: 25m
21
command: |
22
- pip install .[doc]
23
24
- store_artifacts:
25
path: _site/
.github/workflows/pages.yml
@@ -73,11 +73,6 @@ jobs:
73
python-version: '3.10.9'
74
architecture: 'x64'
75
76
- # Install dependencies:
77
- - name: 'Install dependencies'
78
- run: |
79
80
-
81
# Generate the documentation:
82
- name: 'Build documentation'
83
run: |
0 commit comments