From d309555ec24512f8d468cd4868e305a9761fd91e Mon Sep 17 00:00:00 2001 From: daquinteroflex Date: Thu, 23 Jan 2025 16:13:47 +0100 Subject: [PATCH 1/4] Ok starting to change submodules --- docs/notebooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks b/docs/notebooks index 8c62637829..f9d6730ee7 160000 --- a/docs/notebooks +++ b/docs/notebooks @@ -1 +1 @@ -Subproject commit 8c626378291f0869bc5e0f103a1ce21c69bdd624 +Subproject commit f9d6730ee7faa93d06efc67180e7677554d0fa55 From 8da1f9810845835c17fbf081c3bb7ebc2f957e8e Mon Sep 17 00:00:00 2001 From: daquinteroflex Date: Thu, 23 Jan 2025 17:55:13 +0100 Subject: [PATCH 2/4] Ok let's try again full links! --- docs/conf.py | 6 +++--- docs/notebooks | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ff8bde333e..cb6773a77a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,9 +110,9 @@ "sphinx_sitemap", "sphinx_tabs.tabs", "sphinxemoji.sphinxemoji", - "custom-meta", # In _ext, these need to be at the end of the extensions list - "custom-sitemap", # In _ext, these need to be at the end of the extensions list - "custom-robots", # In _ext, these need to be at the end of the extensions list + # "custom-meta", # In _ext, these need to be at the end of the extensions list + # "custom-sitemap", # In _ext, these need to be at the end of the extensions list + # "custom-robots", # In _ext, these need to be at the end of the extensions list ] extlinks = {} favicons = [ diff --git a/docs/notebooks b/docs/notebooks index f9d6730ee7..2d639b4017 160000 --- a/docs/notebooks +++ b/docs/notebooks @@ -1 +1 @@ -Subproject commit f9d6730ee7faa93d06efc67180e7677554d0fa55 +Subproject commit 2d639b40170f291415cffc30829db7d12b587b29 From b99644d3f6107cc3466b11d8250e82ab71b27b1c Mon Sep 17 00:00:00 2001 From: daquinteroflex Date: Thu, 23 Jan 2025 18:18:22 +0100 Subject: [PATCH 3/4] updates notebooks --- docs/notebooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks b/docs/notebooks index 2d639b4017..5bc9548f42 160000 --- a/docs/notebooks +++ b/docs/notebooks @@ -1 +1 @@ -Subproject commit 2d639b40170f291415cffc30829db7d12b587b29 +Subproject commit 5bc9548f420362e99dafc5eb269050bf9d292bc4 From 97b079f332f6ea2e9d00bf147a807d32e15920b7 Mon Sep 17 00:00:00 2001 From: daquinteroflex Date: Fri, 24 Jan 2025 10:06:25 +0100 Subject: [PATCH 4/4] Remove unecessary custom meta --- docs/_ext/custom-meta.py | 11 ----------- docs/conf.py | 5 ++--- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 docs/_ext/custom-meta.py diff --git a/docs/_ext/custom-meta.py b/docs/_ext/custom-meta.py deleted file mode 100644 index ef4a70a614..0000000000 --- a/docs/_ext/custom-meta.py +++ /dev/null @@ -1,11 +0,0 @@ -import os - - -def html_page_context(app, pagename, templatename, context, doctree): - notebook_path = app.env.doc2path(os.path.abspath("" + pagename), base=None) - if "notebook" in notebook_path or notebook_path.endswith("examples.rst"): - context["metatags"] += "".join(['\n\t']) - - -def setup(app): - app.connect("html-page-context", html_page_context) diff --git a/docs/conf.py b/docs/conf.py index cb6773a77a..28f943f803 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,9 +110,8 @@ "sphinx_sitemap", "sphinx_tabs.tabs", "sphinxemoji.sphinxemoji", - # "custom-meta", # In _ext, these need to be at the end of the extensions list - # "custom-sitemap", # In _ext, these need to be at the end of the extensions list - # "custom-robots", # In _ext, these need to be at the end of the extensions list + "custom-sitemap", # In _ext, these need to be at the end of the extensions list + "custom-robots", # In _ext, these need to be at the end of the extensions list ] extlinks = {} favicons = [