Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CHANGES: Add pretty_argparse extension entry (#1007)
  • Loading branch information
tony committed Jan 11, 2026
commit 9ec2fd4c55ae5e08e34e48e5e30b38ab9b26e140
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

### Documentation

#### pretty_argparse Sphinx extension (#1007)

New Sphinx extension that enhances sphinx-argparse CLI documentation:

- Strip ANSI escape codes from help text (FORCE_COLOR support)
- Transform examples into proper documentation sections
- Custom Pygments lexer (`cli-usage`) for usage block syntax highlighting
- Reorder sections so usage appears before examples

- Migrate docs deployment to AWS OIDC authentication and AWS CLI

## tmuxp 1.62.0 (2025-12-14)
Expand Down