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:
Vijay Janapa Reddi
2025-12-30 21:58:21 -05:00
parent a8f15868d6
commit 952b818eee

View File

@@ -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