From 73e1632599c919cce837405848acaa8daf71471f Mon Sep 17 00:00:00 2001 From: Jimmy Yao Date: Thu, 28 Jul 2022 16:19:30 -0700 Subject: [PATCH] Hot fix again ray lightning docs (#27229) --- doc/requirements-doc.txt | 3 ++- doc/source/custom_directives.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/requirements-doc.txt b/doc/requirements-doc.txt index 592166df9..d58ba5850 100644 --- a/doc/requirements-doc.txt +++ b/doc/requirements-doc.txt @@ -36,7 +36,8 @@ transformers git+https://github.com/ray-project/tune-sklearn@master#tune-sklearn git+https://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray git+https://github.com/ray-project/lightgbm_ray@main#lightgbm_ray -git+https://github.com/ray-project/ray_lightning@main#ray_lightning +ray_lightning +# git+https://github.com/ray-project/ray_lightning@6aed848f757a03c03166c1a9bddfeea5153e7b90#ray_lightning # Syntax highlighting Pygments==2.11.2 diff --git a/doc/source/custom_directives.py b/doc/source/custom_directives.py index 9623ef92b..dda873936 100644 --- a/doc/source/custom_directives.py +++ b/doc/source/custom_directives.py @@ -182,7 +182,7 @@ EXTERNAL_MARKDOWN_FILES = [ ), ( "ray-project/ray_lightning", - "main", + "latest", "README.md", "ray-more-libs/ray-lightning.md", ),