Jarrod Millman

Results 164 comments of Jarrod Millman

A release soon would be much appreciated even if it is just an alpha, beta, or rc prerelease! Just having a new package on PyPI in any form would be...

I will test it later today! Thanks!!

It worked great! Thanks!!

> Note: what we could also do, is to run it once right now to get rid of the legacy and then rely on pyupgrade afterwards, this might be good...

We (networkx / pygraphviz) are having similar problems with anaconda/conda not updating things. I created two new issues: - https://github.com/conda-forge/graphviz-feedstock/issues/55 - https://github.com/conda-forge/pygraphviz-feedstock/issues/13 And am planning to try to follow-up with...

FYI, many of the core projects in the scientific Python ecosystem (e.g., numpy, scipy, matplotlib, pandas, networkx, etc.) have already dropped Python 3.6 and will drop 3.7 for any releases...

I don't see the double colons on https://pydata-sphinx-theme.readthedocs.io/en/v0.9.0/demo/kitchen-sink/lists-and-tables.html#field-list ![screenshot](https://user-images.githubusercontent.com/123428/183544011-89af54f4-a963-45ce-a614-d605d99e5c1a.png) or on the development version https://pydata-sphinx-theme.readthedocs.io/en/latest/examples/kitchen-sink/lists.html#field-list ![screenshot](https://user-images.githubusercontent.com/123428/183544112-0d8bb861-9acd-4f7d-b599-476257151047.png) @bryevdv Do you still see what you showed in your images when you go...

Hmm, that is very odd. I am going to keep this open for a bit longer to see if anyone else sees this issue, if it reappears, or if someone...

I think this is what is causing the issue: https://github.com/sphinx-doc/sphinx/issues/10594 You should be able to fix this by using Sphinx 5.1+. I would also recommend using numpydoc instead of sphinx.ext.napoleon....

@bryevdv I should have checked what docstring standard you were using first. Thanks for explaining.