mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[docs] Remove link do Windows py 3.6 wheels (#24954)
Windows wheels are not being built for Python 3.6. This removes the link in the docs, currently breaking linkcheck.
This commit is contained in:
parent
af418fb729
commit
88dfc20c6e
1 changed files with 1 additions and 3 deletions
|
@ -49,7 +49,7 @@ You can install the nightly Ray wheels via the following links. These daily rele
|
|||
`Linux Python 3.9`_ `MacOS Python 3.9`_ `Windows Python 3.9`_
|
||||
`Linux Python 3.8`_ `MacOS Python 3.8`_ `Windows Python 3.8`_
|
||||
`Linux Python 3.7`_ `MacOS Python 3.7`_ `Windows Python 3.7`_
|
||||
`Linux Python 3.6`_ `MacOS Python 3.6`_ `Windows Python 3.6`_
|
||||
`Linux Python 3.6`_ `MacOS Python 3.6`_
|
||||
=================== =================== ======================
|
||||
|
||||
.. note::
|
||||
|
@ -70,8 +70,6 @@ You can install the nightly Ray wheels via the following links. These daily rele
|
|||
.. _`Windows Python 3.9`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp39-cp39-win_amd64.whl
|
||||
.. _`Windows Python 3.8`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-win_amd64.whl
|
||||
.. _`Windows Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp37-cp37m-win_amd64.whl
|
||||
.. _`Windows Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp36-cp36m-win_amd64.whl
|
||||
|
||||
|
||||
Installing from a specific commit
|
||||
---------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue