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 3e050a0 commit cff0ac2Copy full SHA for cff0ac2
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Generate the pygame-ce documentation
42
run: |
43
python -m pip install --upgrade pip
44
- pip install sphinx
+ pip install sphinx==7.1.2
45
git clone https://github.com/pygame-community/pygame-ce.git
46
cd pygame-ce
47
python setup.py docs
0 commit comments