From 02ef802e484af9c1cf5bb0e1a5ef0832de53d115 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Tue, 31 Dec 2024 17:13:49 -0500 Subject: [PATCH] Fix RTD artifact download --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3bc5fac..b0fe1a5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ build: python: "3.11" jobs: post_install: - - python -m robotpy_sphinx.download_and_install robotpy robotpy-ctre main dist dist-Linux + - python -m robotpy_sphinx.download_and_install robotpy robotpy-ctre main dist pypi-Linux-3.11 python: install: