Skip to content

Commit 80bffec

Browse files
authored
Merge pull request #212 from Ryanforce08/main
Fixes rtd yml to correct artifact
2 parents 55a37e7 + 2100fb2 commit 80bffec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ build:
99
python: "3.11"
1010
jobs:
1111
post_install:
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
12+
- python -m robotpy_sphinx.download_and_install robotpy mostrobotpy main dist pypi-meson-Linux-X64-3.11
1413
post_build:
1514
- mkdir --parents _readthedocs/htmlzip
1615
- cp --recursive _readthedocs/html _readthedocs/$READTHEDOCS_PROJECT

0 commit comments

Comments
 (0)