From 979068613956c06165ada9ab896899138e7723c8 Mon Sep 17 00:00:00 2001 From: Junghwan Park Date: Sun, 6 Aug 2023 16:16:44 +0900 Subject: [PATCH] update theme dependency --- requirements/fabric/docs.txt | 3 ++- requirements/pytorch/docs.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/docs.txt b/requirements/fabric/docs.txt index 3d55fb8..ef7491b 100644 --- a/requirements/fabric/docs.txt +++ b/requirements/fabric/docs.txt @@ -1,5 +1,6 @@ -r ../docs.txt # pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip -pt-lightning-sphinx-theme @ https://github.com/PyTorchKorea/lightning_sphinx_theme/archive/master.zip +-e git+https://github.com/PyTorchKorea/lightning_sphinx_theme.git#egg=pt-lightning-sphinx-theme + tensorboard diff --git a/requirements/pytorch/docs.txt b/requirements/pytorch/docs.txt index ff76cdc..5bb9881 100644 --- a/requirements/pytorch/docs.txt +++ b/requirements/pytorch/docs.txt @@ -6,6 +6,6 @@ ipython[notebook]==8.10 setuptools==65.5.1 # pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip -pt-lightning-sphinx-theme@https://github.com/PyTorchKorea/lightning_sphinx_theme/archive/master.zip +-e git+https://github.com/PyTorchKorea/lightning_sphinx_theme.git#egg=pt-lightning-sphinx-theme -r ../../_notebooks/.actions/requires.txt