Chris Sewell

Results 1330 comments of Chris Sewell

> Can this be done automatically with each new tag (ci job). I would invert that; you can create the release for a non-existing tag, then it will automatically create...

> Do you maybe have an idea, what's going wrong here? Not sure, I will have a look

Heya, oo tricky one So, setting aside the logic of how to actually use this data for now, I think we may be able to capture the `only` tags on...

> would removing the nodes as it is done for hidden needs be sufficient ? or it is only about the display ? Only about display I feel #1106 misunderstands...

@arwedus, just responding to your comments from the previous issue: > For me, it is kind of un-intuitive that the filter function is treated differently than a dynamic sphinx-needs function,...

Heya, this is already possible apparently 😄 : https://sphinx-codeautolink.readthedocs.io/en/latest/examples.html#ipython-blocks-and-notebooks Happy to add a link in the docs somewhere

Hey @melissawm can you also provide the version of jupyter_client and jupyter_core that this occurs for, as it seems relevant. I think it relates to this: https://github.com/jupyter/jupyter_core/issues/310 This deprecation warning...

Prs welcome, I think it'll be difficult for me personally to find time at the moment

I tried running your exmple, as part of the test suite, and got: ```html Heading¶ foo foo foo foo foo foo ``` So perhaps this has now been fixed, but...

Heya thanks for the PR, so your change relates to https://github.com/live-clones/docutils/blob/6de53a0de5415174d58e775110d89e13dd76fc83/docutils/docutils/nodes.py#L1129: ```python class Element: def __init__(self, rawsource='', text='', *children, **attributes): if text != '': textnode = Text(text) Element.__init__(self, rawsource, textnode,...