Chris Sewell

Results 256 issues of Chris Sewell

- remove content_id - rename content_node -> node_copy - move needextract specific code to needextract.py - use warnings instead of raising

Currently, the tooltips in needs, for links to need IDs is a bit odd, it just says the current need ID with no context: ![need-hover-now](https://github.com/useblocks/sphinx-needs/assets/2997570/feb3ee65-5824-4381-992b-f4c4690cbedb) This seems not useful, so...

Currently for https://rye.astral.sh/guide/pyproject/#chain > If any of the commands fails, the rest of the commands won't be executed and the chain fails. But it would be good if there was...

the initial options of `uv sync` would lead me to believe that extras should not be resolved by default ```console $ uv sync --help Update the project's environment Usage: uv...

documentation

Ideally, the result of parsing with `eval-rst` would better merge with the parent document, i.e. ensuring all the "internal variables" are merged like: https://github.com/live-clones/docutils/blob/266f359408130ca25f6f161453140e73f169408a/docutils/docutils/nodes.py#L1799 at the moment, if you add...

enhancement

edit: see https://sphinx--12507.org.readthedocs.build/en/12507/usage/restructuredtext/directives.html#directive-note, for an example usage and rendering ---- This PR adds `collapsible` and `open` flag options to the core admonition type directives, which are propagated to the nodes,...

This event was recently added in https://github.com/sphinx-doc/sphinx/pull/12567, but as pointed out in #12680 this may not fire for all builders, since `write` can be overriden. I can't recall if there...

builder
internals:other

Thanks for the package! It would be nice to have a command that simply checks if all versions are currently up-to-update, and return a non-zero exit code if there are...

**Feature** Allow for e.g. ```toml [[tool.mypy.overrides]] files = ["scripts/*", "tests/*"] disallow_any_explicit = false ``` **Pitch** Currently, it appears one can only apply overrides for certain modules (and their children). This...

feature

e.g. ```restructuredtext .. req:: requirement title :id: REQ_ID some description .. needarch:: package "Package" as p_tlf{ {{ uml("REQ_ID") }} } ``` does not show anything in the UML: