Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: fix compatibility with docutils==0.22#6625

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:docs/fix-docutils-0.22
Aug 1, 2025
Merged

docs: fix compatibility with docutils==0.22#6625
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:docs/fix-docutils-0.22

Conversation

@bastimeyer

Copy link
Copy Markdown
Member
  • Switch from nodes.section to node.Element
  • Replace ViewList with StringList for typing reasons
  • Clean up {Argparse,Plugins}Directive.run():
    • Set document attribute directly
    • Don't repeatedly append() to the StringList object

Resolves #6624
See #6624 (comment)

- Switch from `nodes.section` to `node.Element`
- Replace `ViewList` with `StringList` for typing reasons
- Clean up `{Argparse,Plugins}Directive.run()`:
  - Set `document` attribute directly
  - Don't repeatedly `append()` to the `StringList` object
@bastimeyer bastimeyer merged commit 60a0e67 into streamlink:master Aug 1, 2025
26 checks passed
@bastimeyer bastimeyer deleted the docs/fix-docutils-0.22 branch August 1, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Building the man page doesn't work with docutils 0.22

1 participant