|
| 1 | +############################################################################### |
| 2 | +# Auto-generated by `jupyter-book config` |
| 3 | +# If you wish to continue using _config.yml, make edits to that file and |
| 4 | +# re-generate this one. |
| 5 | +############################################################################### |
| 6 | +author = "Simula Research Laboratory" |
| 7 | +bibtex_bibfiles = ["docs/refs.bib"] |
| 8 | +codeautolink_concat_default = True |
| 9 | +comments_config = {"hypothesis": False, "utterances": False} |
| 10 | +copyright = "2026" |
| 11 | +exclude_patterns = [ |
| 12 | + "**.ipynb_checkpoints", |
| 13 | + ".DS_Store", |
| 14 | + ".github/*", |
| 15 | + ".pytest_cache/*", |
| 16 | + ".tox/*", |
| 17 | + "Thumbs.db", |
| 18 | + "_build", |
| 19 | + "third_party/*", |
| 20 | + "jupyter_execute/", |
| 21 | + "**.jupyter_cache", |
| 22 | +] |
| 23 | +extensions = [ |
| 24 | + "sphinx_togglebutton", |
| 25 | + "sphinx_copybutton", |
| 26 | + "myst_parser", |
| 27 | + "sphinx_comments", |
| 28 | + "sphinx_external_toc", |
| 29 | + "sphinx.ext.intersphinx", |
| 30 | + "sphinx_design", |
| 31 | + "sphinx_book_theme", |
| 32 | + "sphinx.ext.autodoc", |
| 33 | + "sphinx.ext.napoleon", |
| 34 | + "sphinx.ext.viewcode", |
| 35 | + "sphinxcontrib.bibtex", |
| 36 | + "sphinx_codeautolink", |
| 37 | + "sphinx_multitoc_numbering", |
| 38 | +] |
| 39 | +myst_enable_extensions = [ |
| 40 | + "amsmath", |
| 41 | + "attrs_inline", |
| 42 | + "colon_fence", |
| 43 | + "deflist", |
| 44 | + "dollarmath", |
| 45 | + "fieldlist", |
| 46 | + "html_admonition", |
| 47 | + "html_image", |
| 48 | + "linkify", |
| 49 | + "replacements", |
| 50 | + "smartquotes", |
| 51 | + "strikethrough", |
| 52 | + "substitution", |
| 53 | + "tasklist", |
| 54 | +] |
| 55 | +external_toc_exclude_missing = True |
| 56 | +external_toc_path = "_toc.yml" |
| 57 | +html_baseurl = "" |
| 58 | +html_favicon = "" |
| 59 | +html_last_updated_fmt = "%b %d, %Y" |
| 60 | +html_logo = "docs/logo.png" |
| 61 | +html_sourcelink_suffix = "" |
| 62 | +# html_static_path = ["_static"] |
| 63 | +html_theme = "sphinx_book_theme" |
| 64 | +html_theme_options = { |
| 65 | + "search_bar_text": "Search this book...", |
| 66 | + "launch_buttons": { |
| 67 | + "notebook_interface": "classic", |
| 68 | + "binderhub_url": "", |
| 69 | + "jupyterhub_url": "", |
| 70 | + "thebe": False, |
| 71 | + "colab_url": "", |
| 72 | + "deepnote_url": "", |
| 73 | + }, |
| 74 | + "path_to_docs": "", |
| 75 | + "repository_url": "https://github.com/scientificcomputing/mri-toolkit", |
| 76 | + "repository_branch": "main", |
| 77 | + "extra_footer": "", |
| 78 | + "home_page_in_toc": True, |
| 79 | + "announcement": "", |
| 80 | + "analytics": { |
| 81 | + "google_analytics_id": "", |
| 82 | + "plausible_analytics_domain": "", |
| 83 | + "plausible_analytics_url": "https://plausible.io/js/script.js", |
| 84 | + }, |
| 85 | + "use_repository_button": True, |
| 86 | + "use_edit_page_button": False, |
| 87 | + "use_issues_button": True, |
| 88 | +} |
| 89 | +html_title = "mri-toolkit" |
| 90 | +intersphinx_mapping = { |
| 91 | + "numpy": ["https://numpy.org/doc/stable/", None], |
| 92 | + "matplotlib": ["https://matplotlib.org/stable/", None], |
| 93 | + "packaging": ["https://packaging.pypa.io/en/stable/", None], |
| 94 | +} |
| 95 | +latex_engine = "pdflatex" |
| 96 | +myst_url_schemes = ["mailto", "http", "https"] |
| 97 | +nb_custom_formats = {".py": ["jupytext.reads", {"fmt": "py"}]} |
| 98 | +nb_execution_allow_errors = False |
| 99 | +nb_execution_cache_path = "" |
| 100 | +nb_execution_excludepatterns: list[str] = [] |
| 101 | +nb_execution_in_temp = False |
| 102 | +nb_execution_mode = "cache" |
| 103 | +nb_execution_show_tb = True |
| 104 | +nb_execution_timeout = 3000 |
| 105 | +nb_output_stderr = "show" |
| 106 | +numfig = True |
| 107 | +pygments_style = "sphinx" |
| 108 | +suppress_warnings = ["mystnb.unknown_mime_type", "bibtex.duplicate_citation"] |
| 109 | +use_jupyterbook_latex = True |
| 110 | +use_multitoc_numbering = True |
0 commit comments