Skip to content

Commit 5a61a3f

Browse files
committed
Fix RTD
1 parent 4b6ceb9 commit 5a61a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ build:
99
python: "3.11"
1010
jobs:
1111
post_install:
12-
- python -m robotpy_sphinx.download_and_install robotpy mostrobotpy main dist pypi-Linux-3.11
12+
- python -m robotpy_sphinx.download_and_install robotpy mostrobotpy main dist pypi-other-X64-3.11
13+
- python -m robotpy_sphinx.download_and_install robotpy mostrobotpy main dist pypi-Linux-X64-3.11
1314
post_build:
1415
- mkdir --parents _readthedocs/htmlzip
1516
- cp --recursive _readthedocs/html _readthedocs/$READTHEDOCS_PROJECT

0 commit comments

Comments
 (0)