Jonas Camillus Jeppesen

Results 78 comments of Jonas Camillus Jeppesen

@12rambau Let us investigate this. Would you submit a minimal working example showcasing this error? Otherwise I'll try to replicate the problem you describe.

Although the packaging best-practices and tutorials at packaging.python.org are hated by many, they offer quite a few solutions: https://packaging.python.org/guides/single-sourcing-package-version/

I elaborated on the installation instructions in release-to-pypi.sh and I am bothered how much manual work is involed and how error-prone it is. Maybe github actions could be setup to...

Thank you for reporting this and reporting it upstream (sphinx itself). I'm not the original author of the extension so to me the following lines are quite hard to read....

Yes, that is the name of the backend methods, I just wondered why it wasn't typed out explicitly in 10-20 lines instead of done as it is through a function...

Could you elaborate a little? There is the [numfig](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-numfig) configuration option which adds numbers to all "figures", tables etc. if they have a caption. There is also the [figure](https://docutils.sourceforge.io/docs/ref/rst/directives.html#figure) directive....

Great idea, I could easily have wished for that myself in the past. Feel free to implement it and make a PR, otherwise I'll have a look at it a...

How time flies when you have a baby and a 3-year-old! Please accept my apologies for not attending to the PRs and issues in a timely fashion. I'll attend to...

@SilverRainZ No, I haven't looked into it yet. You are welcome to submit a PR if you can find a way to implement it. See also #20 :-)

Some findings and/or realizations which might be worth remembering, going forward with this: - Typical HTML markup for a figure (after building): ``` Fig. 1 The Python logo. ¶ ```...