Skip to content

Commit

Permalink
add orphaned metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
avivajpeyi committed Aug 8, 2023
1 parent 9e54eff commit 3592284
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# display_name: Python 3 (ipykernel)
# language: python
# name: python3
# orphan: true
# ---

# + tags=["exe", "hide-cell"]
Expand Down
9 changes: 8 additions & 1 deletion src/tess_atlas/webbuilder/template/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3592284

Please sign in to comment.