From 2a0a086ffa0449541794d1d313dcd0fa9f49c9cb Mon Sep 17 00:00:00 2001 From: Jimmy Yao Date: Thu, 28 Jul 2022 17:55:26 -0700 Subject: [PATCH] [hot fix] Cherry pick/hot fix 0728 ray lightning (#27225) unblock linter --- doc/requirements-doc.txt | 2 +- doc/source/custom_directives.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements-doc.txt b/doc/requirements-doc.txt index 592166df9..8bcd4167c 100644 --- a/doc/requirements-doc.txt +++ b/doc/requirements-doc.txt @@ -36,7 +36,7 @@ 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 +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..d8a63b7ba 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", + "6aed848f757a03c03166c1a9bddfeea5153e7b90", "README.md", "ray-more-libs/ray-lightning.md", ),