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 84d15e9 commit b670d09Copy full SHA for b670d09
.github/workflows/default.yml
@@ -52,12 +52,7 @@ jobs:
52
- uses: actions/setup-python@v5
53
with:
54
python-version: ${{ matrix.python-version }}
55
- - name: install dependencies
56
- run: |
57
- sudo apt-get update
58
- sudo apt-get dist-upgrade -y
59
- sudo apt-get install -y python3-sphinx
60
- sudo apt-get install -y python3-docutils
+ - run: python -m pip install sphinx
61
- name: documentation
62
run: |
63
make documentation
0 commit comments