From 783c3c255112e87d52f17079fc301be644b46bfe Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 30 Oct 2024 12:02:20 -0400 Subject: [PATCH 1/2] Fix links to EXTRACT demos and paper --- docs/source/tools/extract/extract.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tools/extract/extract.rst b/docs/source/tools/extract/extract.rst index 873ff62..dc636a0 100644 --- a/docs/source/tools/extract/extract.rst +++ b/docs/source/tools/extract/extract.rst @@ -10,8 +10,8 @@ which *extracts* the activities of cells as time series from both one-photon and EXTRACT makes minimal assumptions about the data, which is the main reason behind its high robustness and superior performance. :bdg-link-primary:`Source ` -:bdg-link-primary:`NWB demos ` -:bdg-link-primary:`Publication ` +:bdg-link-primary:`NWB demos ` +:bdg-link-primary:`Publication ` .. image:: https://img.shields.io/github/stars/schnitzer-lab/EXTRACT-public?style=social :alt: GitHub Repo stars for EXTRACT From d54677ae0696890970e7ff03680dc7da93a289be Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 30 Oct 2024 12:02:49 -0400 Subject: [PATCH 2/2] Remove deprecated call to get_html_theme_path --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9c52555..03aa5d0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,7 +40,6 @@ # -- Options for HTML output html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # -- Options for EPUB output epub_show_urls = 'footnote'