mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 09:08:54 -05:00
fix: remove unsupported ogp_title and ogp_description config options
sphinxext-opengraph derives title/description from page content automatically. These config keys were causing build warnings.
This commit is contained in:
@@ -94,12 +94,13 @@ sphinx:
|
||||
mermaid_output_format: "raw"
|
||||
mermaid_init_js: "mermaid.initialize({startOnLoad:true});"
|
||||
# Open Graph metadata for social sharing (LinkedIn, Twitter, etc.)
|
||||
# See: https://sphinxext-opengraph.readthedocs.io/en/latest/
|
||||
ogp_site_url: "https://mlsysbook.ai/tinytorch/"
|
||||
ogp_site_name: "Tiny🔥Torch"
|
||||
ogp_title: "Don't import torch. Build it."
|
||||
ogp_description: "From tensors to systems. An educational framework for building and optimizing ML—understand how PyTorch, TensorFlow, and JAX really work."
|
||||
ogp_image: "https://mlsysbook.ai/tinytorch/_static/logos/logo-tinytorch.png"
|
||||
ogp_type: "website"
|
||||
# Note: ogp_description_length controls auto-generated descriptions
|
||||
# Title and description are derived from page content by default
|
||||
# Sidebar collapsible sections configuration
|
||||
html_theme_options:
|
||||
logo_link: "" # Empty string defaults to root_doc (intro), with proper relative path
|
||||
|
||||
Reference in New Issue
Block a user