Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
=======================================
Coverage 71.10% 71.10%
=======================================
Files 20 20
Lines 1419 1419
Branches 186 186
=======================================
Hits 1009 1009
Misses 365 365
Partials 45 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
why: Consolidate docs dependencies into the gp-sphinx shared platform. what: - Remove individual sphinx extension deps from dev and docs groups - Add gp-sphinx==0.0.1a0 - Update uv.lock
why: sphinx_fonts, templates, static assets, and spa-nav.js are now
provided by gp-sphinx packages.
what:
- Delete docs/_ext/sphinx_fonts.py
- Delete docs/_static/css/custom.css, js/spa-nav.js
- Delete docs/_templates/page.html, sidebar/brand.html, sidebar/projects.html
- Keep docs/_ext/fastmcp_autodoc.py, docs/_static/js/prompt-copy.js,
docs/_templates/book.html (project-specific)
- Rewrite docs/conf.py to use merge_sphinx_config() and make_linkcode_resolve()
why: sphinx_fonts is no longer a local module. what: - Remove sphinx_fonts ignore_missing_imports override
why: The gp-sphinx docs stack moved to v0.0.1a1 and downstream branches need matching pins and locks. what: - bump gp-sphinx docs dependency pins from 0.0.1a0 to 0.0.1a1 - refresh uv.lock to resolve the published v0.0.1a1 packages
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.
Summary
Migrates libtmux-mcp docs from repo-local Sphinx theme/config/assets to the published
gp-sphinxshared documentation platform.What changed
pyproject.toml/uv.lockreplace the repo-managed Sphinx + Furo dependency stack withgp-sphinx==0.0.1a1from PyPI.docs/conf.pyis rewritten aroundmerge_sphinx_config()so shared theme settings, fonts, extension defaults, and asset workarounds come from gp-sphinx.docs/_ext/sphinx_fonts.py, custom docs CSS/JS, and sidebar/page templates.sphinx_fontsmypy override.Test plan
just testjust ruffjust mypyjust build-docs