Skip to content

Commit 5e38351

Browse files
fixup! Remove readthedocs config, add GH pages workflow
1 parent 5f8f9ac commit 5e38351

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-documentation.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ jobs:
2828
run: python -m venv venv
2929

3030
- name: Install dependencies
31-
run: venv/bin/pip install './src[docs]'
31+
run: |
32+
source venv/bin/activate
33+
pip install './src[docs]'
3234
3335
- name: Build docs using Sphinx
3436
run: |
3537
source venv/bin/activate
38+
pip freeze
3639
make pythondoc
3740
3841
- name: Upload github-pages artifact

0 commit comments

Comments
 (0)