Merged
Conversation
✅ Deploy Preview for pytorchsphinxtheme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
sekyondaMeta
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pytorch_sphinx_theme2 v0.4.1
New Features
Dropdown Navigation Menus — The horizontal navbar now supports hierarchical dropdown menus. Top-level toctree entries with children display hover-activated dropdowns on desktop. Overflow items collapse into a "More" dropdown. External URLs are supported with target="_blank" and an external link icon. Configurable via enable_navbar_dropdowns theme option (default: true).
LLM Discovery Support (llms.txt + Meta Tags) — Automatically generates an llms.txt file at build time listing all documentation pages as Markdown links, following the llms.txt standard. Every page also includes machine-readable tags (site-type, framework, description, version, page-type, navigation-file, sitemap). Configured via llm_domain, llm_base_path, llm_description, and llm_disabled theme options.
RunLLM Widget Integration — AI-powered documentation assistant widget. Enable by setting
runllm_assistant_idin theme options. Additional options:runllm_name,runllm_position,runllm_keyboard_shortcut.Sphinx-Tippy Parallel Build Fix — Fixes tooltip data loss when using sphinx-tippy with parallel Sphinx builds. Glossary terms are now extracted during the read phase and properly merged across workers. Configurable glossary page via tippy_glossary_page setting.
UI/Layout Improvements
Bug Fixes
Documentation
Infrastructure
Modernized CI workflows