mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 03:12:00 -05:00
40 lines
2.5 KiB
Python
40 lines
2.5 KiB
Python
###############################################################################
|
|
# Auto-generated by `jupyter-book config`
|
|
# If you wish to continue using _config.yml, make edits to that file and
|
|
# re-generate this one.
|
|
###############################################################################
|
|
author = 'Prof. Vijay Janapa Reddi (Harvard University)'
|
|
bibtex_bibfiles = ['references.bib']
|
|
comments_config = {'hypothesis': False, 'utterances': False}
|
|
copyright = '2025'
|
|
exclude_patterns = ['**.ipynb_checkpoints', '**/.DS_Store', '**/.venv/**', '**/__pycache__/**', '.DS_Store', '.venv', 'Thumbs.db', '_build', 'appendices']
|
|
extensions = ['sphinx_togglebutton', 'sphinx_copybutton', 'myst_nb', 'jupyter_book', 'sphinx_thebe', 'sphinx_comments', 'sphinx_external_toc', 'sphinx.ext.intersphinx', 'sphinx_design', 'sphinx_book_theme', 'sphinxcontrib.mermaid', 'sphinxcontrib.bibtex', 'sphinx_jupyterbook_latex', 'sphinx_multitoc_numbering']
|
|
external_toc_exclude_missing = True
|
|
external_toc_path = '_toc.yml'
|
|
html_baseurl = ''
|
|
html_css_files = ['custom.css']
|
|
html_favicon = '_static/favicon.svg'
|
|
html_js_files = ['wip-banner.js', 'ml-timeline.js', 'hero-carousel.js']
|
|
html_logo = 'logo-tinytorch-white.png'
|
|
html_sourcelink_suffix = ''
|
|
html_static_path = ['_static']
|
|
html_theme = 'sphinx_book_theme'
|
|
html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': 'https://mybinder.org', 'jupyterhub_url': '', 'thebe': False, 'colab_url': 'https://colab.research.google.com', 'deepnote_url': ''}, 'path_to_docs': 'site', 'repository_url': 'https://github.com/mlsysbook/TinyTorch', 'repository_branch': 'main', 'extra_footer': '', 'home_page_in_toc': True, 'announcement': '', 'analytics': {'google_analytics_id': '', 'plausible_analytics_domain': '', 'plausible_analytics_url': 'https://plausible.io/js/script.js'}, 'use_repository_button': True, 'use_edit_page_button': True, 'use_issues_button': True}
|
|
html_title = 'TinyTorch'
|
|
latex_engine = 'pdflatex'
|
|
mermaid_version = '10.6.1'
|
|
myst_enable_extensions = ['colon_fence', 'deflist', 'html_admonition', 'html_image', 'linkify', 'replacements', 'smartquotes', 'substitution', 'tasklist']
|
|
myst_url_schemes = ['mailto', 'http', 'https']
|
|
nb_execution_allow_errors = True
|
|
nb_execution_cache_path = ''
|
|
nb_execution_excludepatterns = []
|
|
nb_execution_in_temp = False
|
|
nb_execution_mode = 'cache'
|
|
nb_execution_timeout = 300
|
|
nb_output_stderr = 'show'
|
|
numfig = True
|
|
pygments_style = 'sphinx'
|
|
suppress_warnings = ['myst.domains']
|
|
use_jupyterbook_latex = True
|
|
use_multitoc_numbering = True
|