Carlos Jenkins

Results 17 comments of Carlos Jenkins

Hi @Viech Thanks for the feedback. Indeed, I can agree with you. I suspect that the culprit could be this function: https://github.com/carlos-jenkins/autoapi/blob/450dc1bc7777a5646ca84f8bbb67a633893c766b/lib/autoapi/sphinx.py#L61 Which is doing: ``` summary = doc.split('\n').pop(0) ```...

Hi Patrick. Interesting use case and thanks for the detailed feedback. I'll try to get some time to look into it. Thanks.

Hi again, Most of the work is done in here: https://github.com/carlos-jenkins/autoapi/blob/master/lib/autoapi/sphinx.py#L106 Which is a hook to the builder-inited event: http://www.sphinx-doc.org/en/stable/extdev/appapi.html#event-builder-inited So, indeed the trigger will get done each time a...

I'm not sure I follow you there. The Makefile is just a shortcut to call the ``sphinx-build`` command with predefined source and build directories. ReadTheDocs is just doing like ``make...

Hi @Paebbels, > The problem with ReadTheDocs is that they save all repositories and branches on a very huge disk. They don't run a git clone on each event ->...

+1 Without proxy support it cannot be used inside any corporate network.

Oh my! 10 minutes with longview running: ``` $ cat /var/log/linode/longview.log | grep "Use of uninitialized value" | wc -l 10502 ``` This is crazy! And yes I have many...

Wouldn't it be better to rename to README.md to a README.rst? GitHub supports rendering of ReStructuredText documents.

I just experienced the same issue. Ubuntu 20.04 with Inkscape 1.0.1 (2020-10-17). Ugly workaround: In the Dimensions panel, select `Pixel` in the unit, and uncheck the `Add unit symbol`. In...

> This 'scale X' thing relates real world units (cm, in, mm, etc) to inkscape's internal unit (px). Its name is quite misleading. It has nothing to do with usual...