From 904c86bdcb1985a7810b86cff408d39282ea6c32 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sun, 9 Oct 2022 13:57:44 +0800 Subject: [PATCH] tweaks --- doc/source/index.rst | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 929057f..5b9e484 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -70,7 +70,7 @@ The guide for LSST developers .. toctree:: :hidden: :maxdepth: 2 - :caption: CI / CD + :caption: CODE MANAGEMENT cicd.rst diff --git a/requirements.txt b/requirements.txt index fe79cff..e19ae16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ scipy==1.9.1 joblib==1.2.0 setuptools==58.0.4 astropy==5.1 -pycodestyle==2.9.1 \ No newline at end of file +pycodestyle==2.9.1 +sphinx_copybutton==0.5.0 \ No newline at end of file -- GitLab