Manuel Kaufmann

Results 368 issues of Manuel Kaufmann

In case we want to show the live demo of different themes, we can use this extension: https://sphinx-multi-theme.readthedocs.io/en/1.0.0/. For now, we are just recommending https://www.sphinx-themes.org/ that it's awesome. However, it's...

https://sphinx-simplepdf.readthedocs.io/en/latest/

https://github.com/hagenw/sphinxcontrib-katex

https://sphinx-book-theme.readthedocs.io/en/latest/index.html

For some reason, the extensions are rendered under "Themes" in the PDF ![Screenshot_2020-04-07_21-32-22](https://user-images.githubusercontent.com/244656/78711465-4fe77900-7917-11ea-9bc8-a5071f1a493c.png)

I think it could be useful to have a section (or a subpage) on each extension's page that mention extra settings that the extension has and could be useful for...

This is just a test to try installing it via `npm` ``` npm install https://github.com/readthedocs/ethical-ad-client\#humitos/node-sass ```

Use https://webpack.js.org/guides/package-exports/ to avoid having to use the full `dist/` path to import it as a module: ```javascript import * as ethicalads from "ethical-ad-client/dist/ethicalads"; ``` https://github.com/humitos/readthedocs-client/blob/9cba1b4a8b4903d912b31c047e0661ef28e52847/src/sponsorship.js#L1-L3

Improvement

It seems this logic is failing: https://github.com/readthedocs/ethical-ad-client/blob/c63d6e0c1040eb55879c961074dbc5dd82622b6d/index.js#L683-L690 Once the module is imported, it automatically calls `load_placements()`. I'd like to call it by myself once I added the correct `data-ea` HTML...

Bug

Hi, When I try to run "readiness.py" I get ``` sudo python readiness.py --port=/dev/ttyUSB0 Unable to connect to scanner at /dev/ttyUSB0; is it connected and powered? ``` The USB cable...