From 359228442b37f1d170c381087a71379de434aa05 Mon Sep 17 00:00:00 2001 From: avi Date: Tue, 8 Aug 2023 16:49:45 +1200 Subject: [PATCH] add orphaned metadata --- .../notebook_controllers/templates/toi_template.py | 1 + src/tess_atlas/webbuilder/template/conf.py | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/tess_atlas/notebook_controllers/templates/toi_template.py b/src/tess_atlas/notebook_controllers/templates/toi_template.py index 5fc409de..57e7062e 100644 --- a/src/tess_atlas/notebook_controllers/templates/toi_template.py +++ b/src/tess_atlas/notebook_controllers/templates/toi_template.py @@ -12,6 +12,7 @@ # display_name: Python 3 (ipykernel) # language: python # name: python3 +# orphan: true # --- # + tags=["exe", "hide-cell"] diff --git a/src/tess_atlas/webbuilder/template/conf.py b/src/tess_atlas/webbuilder/template/conf.py index 12ca6257..81c99577 100644 --- a/src/tess_atlas/webbuilder/template/conf.py +++ b/src/tess_atlas/webbuilder/template/conf.py @@ -44,7 +44,14 @@ html_sourcelink_suffix = "" numfig = True panels_add_bootstrap_css = True -suppress_warnings = ["myst.domains"] +suppress_warnings = [ + "myst.domains", + "ref.myst", + "myst", + "myst.xref_missing", + "myst.attribute", + "myst.lex", +] html_copy_source = False remove_from_toctrees = ["content/toi_notebooks/toi_*.ipynb"] comments_config = {