From 7e540ac1391442f906ef84e0d61de6c280df87f1 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Sat, 4 May 2024 01:01:29 -0400 Subject: [PATCH 1/2] :bug: Restore unsourced scripts --- docs/_sources/conf.py | 3 +++ requirements.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/_sources/conf.py b/docs/_sources/conf.py index ae5f222fb..92410438b 100644 --- a/docs/_sources/conf.py +++ b/docs/_sources/conf.py @@ -157,6 +157,7 @@ def yaml_to_rst(path): extensions = [ 'sphinx.ext.autodoc', 'sphinxcontrib.bibtex', + 'sphinxcontrib.jquery', 'sphinx.ext.ifconfig', 'sphinx.ext.intersphinx', 'sphinx.ext.mathjax', @@ -459,6 +460,8 @@ def _unireplace(release_note, unireplace): 'custom.css', ] html_js_files = [ + 'underscore.js', + 'doctools.js', 'hideEmptyHighlights.js', ('versionList.js', {'defer': 'defer'})] diff --git a/requirements.txt b/requirements.txt index 76b15ea63..2943a2251 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,7 @@ nbsphinx PyGithub sphinx==7.1.2 sphinxcontrib-bibtex==2.5.0 +sphinxcontrib-jquery>=4.1 sphinxcontrib-programoutput semver torch From 06ff14c61df601208eb3dd5b62afbc979c9cba33 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Sat, 4 May 2024 01:38:01 -0400 Subject: [PATCH 2/2] :speech_balloon: Update copyright date in footer --- docs/_sources/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sources/conf.py b/docs/_sources/conf.py index 92410438b..e9c4a56b5 100644 --- a/docs/_sources/conf.py +++ b/docs/_sources/conf.py @@ -195,7 +195,7 @@ def yaml_to_rst(path): # General information about the project. project = 'C-PAC' -copyright = '2012‒2023, C-PAC Developers. C-PAC is licensed under LGPL-3' \ +copyright = '2012‒2024, C-PAC Developers. C-PAC is licensed under LGPL-3' \ '.0-or-later' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the