Skip to content
Snippets Groups Projects
Unverified Commit 696b7175 authored by AakashGC's avatar AakashGC Committed by GitHub
Browse files

:bug: FIX: Suppressing [myst.domains] warning for pdf builds (#1227)

* suppressing resolve_any_xref issue

* modified fixture files
parent 947b30f0
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 0 deletions
...@@ -42,6 +42,7 @@ def get_default_sphinx_config(): ...@@ -42,6 +42,7 @@ def get_default_sphinx_config():
html_sourcelink_suffix="", html_sourcelink_suffix="",
numfig=True, numfig=True,
panels_add_bootstrap_css=False, panels_add_bootstrap_css=False,
suppress_warnings=["myst.domains"],
) )
......
...@@ -25,3 +25,4 @@ nb_output_stderr = 'show' ...@@ -25,3 +25,4 @@ nb_output_stderr = 'show'
numfig = True numfig = True
panels_add_bootstrap_css = False panels_add_bootstrap_css = False
pygments_style = 'sphinx' pygments_style = 'sphinx'
suppress_warnings = ['myst.domains']
...@@ -69,6 +69,8 @@ final: ...@@ -69,6 +69,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -66,6 +66,8 @@ final: ...@@ -66,6 +66,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -69,6 +69,8 @@ final: ...@@ -69,6 +69,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -68,6 +68,8 @@ final: ...@@ -68,6 +68,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -66,6 +66,8 @@ final: ...@@ -66,6 +66,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -68,6 +68,8 @@ final: ...@@ -68,6 +68,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -70,6 +70,8 @@ final: ...@@ -70,6 +70,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
targetname: book.tex targetname: book.tex
......
...@@ -68,6 +68,8 @@ final: ...@@ -68,6 +68,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -68,6 +68,8 @@ final: ...@@ -68,6 +68,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -65,6 +65,8 @@ final: ...@@ -65,6 +65,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: My Jupyter Book title: My Jupyter Book
......
...@@ -67,6 +67,8 @@ final: ...@@ -67,6 +67,8 @@ final:
numfig: true numfig: true
panels_add_bootstrap_css: false panels_add_bootstrap_css: false
pygments_style: sphinx pygments_style: sphinx
suppress_warnings:
- myst.domains
metadata: metadata:
latex_doc_overrides: latex_doc_overrides:
title: hallo title: hallo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment