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 4b6ceb9 commit 5a61a3fCopy full SHA for 5a61a3f
.readthedocs.yml
@@ -9,7 +9,8 @@ build:
9
python: "3.11"
10
jobs:
11
post_install:
12
- - python -m robotpy_sphinx.download_and_install robotpy mostrobotpy main dist pypi-Linux-3.11
+ - 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
14
post_build:
15
- mkdir --parents _readthedocs/htmlzip
16
- cp --recursive _readthedocs/html _readthedocs/$READTHEDOCS_PROJECT
0 commit comments