changed sphinx error due to bug

This commit is contained in:
Jaikinator
2023-10-08 19:27:40 +02:00
parent 03cc6c9f3a
commit be8bae3da8
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
pip install sphinx~=7.2 sphinx_rtd_theme~=1.3.0 myst_parser~=2.0.0
pip install -r requirements.txt
pip install torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cpu
- name: Sphinx build