Skip to content

Commit 10ab456

Browse files
committed
docs(chore): Remove files now provided by sphinx-gptheme
why: All removed files are now bundled in sphinx-gptheme and loaded automatically, making local copies pure maintenance debt. what: - Delete argparse-highlight.css β€” identical to theme bundled version - Delete custom.css β€” replaced by tmuxp.css (12-line project-specific aspect-ratio overrides only; all generic CSS now from theme) - Delete _templates/page.html β€” identical to theme version; mask-icon moved to theme_options.mask_icon instead of hardcoded in template - Delete _templates/sidebar/brand.html β€” identical to theme version - Delete _templates/sidebar/projects.html β€” identical to theme version - Add docs/_static/css/tmuxp.css with only tmuxp-specific image aspect-ratio rules (tmuxp-demo, tmuxp-shell, tmuxp-dev-screenshot) - Update conf.py: css/custom.css β†’ css/tmuxp.css, add theme_options={"mask_icon": "/_static/img/tmuxp.svg"} - Update uv.lock to gp-sphinx init-2 commit c2fe249 (theme: move mask-icon outside show_meta_app_icon_tags guard)
1 parent bf1ea88 commit 10ab456

8 files changed

Lines changed: 22 additions & 902 deletions

File tree

β€Ždocs/_static/css/argparse-highlight.cssβ€Ž

Lines changed: 0 additions & 437 deletions
This file was deleted.

β€Ždocs/_static/css/custom.cssβ€Ž

Lines changed: 0 additions & 246 deletions
This file was deleted.

β€Ždocs/_static/css/tmuxp.cssβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/* Per-image aspect ratios for CLS reservation before load */
2+
img[src*="tmuxp-demo"] {
3+
aspect-ratio: 888 / 589;
4+
}
5+
6+
img[src*="tmuxp-shell"] {
7+
aspect-ratio: 878 / 109;
8+
}
9+
10+
img[src*="tmuxp-dev-screenshot"] {
11+
aspect-ratio: 1030 / 605;
12+
}

β€Ždocs/_templates/page.htmlβ€Ž

Lines changed: 0 additions & 76 deletions
This file was deleted.

β€Ždocs/_templates/sidebar/brand.htmlβ€Ž

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
Β (0)