Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

@stsewd was this achieved in the latest redirects refactor?

Pensamos que podríamos utilizar esta instrucción para resolver esto, pero no sabemos que vaya a funcionar: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-include_patterns También hablamos de buscar una forma de modificar la directiva `include` para que...

La directiva `.. include::` usa path relativos al archivo donde se encuentra la directiva. Por lo tanto, me parece bastante raro que no encuentre el archivo y necesitemos usar un...

I _think_ this is a bug in `docutils` (or how Sphinx passes the source file 🤷🏼 ) at this line https://github.com/jwilk-mirrors/docutils/blob/c4c8ed9cc933a7ccb56c38c56871f7566367952a/docutils/parsers/rst/directives/misc.py#L62 ``` (Pdb) path 'cpython/Doc/library/cpython/Doc/using/venv-create.inc' (Pdb) print(source) cpython/Doc/library/venv.rst (Pdb) print(source_dir)...

Applying this patch I was able to make the build to work **without using sed** at all: ```diff ▶ diff -u misc.py misc.modified.py --- misc.py 2022-10-29 11:56:49.081491920 +0200 +++ misc.modified.py...

I'd say: "Now that the problem is documented and we _barely_ know why this is happening, I'm fine keeping these not-so-good `sed` in our build system. I'm sure they will...

@picnixz Hi 👋🏼 . Read the Docs is not doing anything in between those commands. So, I'm not sure what could be happening here. @Borda are you experiencing this issue...

Ideally, this will be supported with the new addons we are building at https://github.com/readthedocs/addons

I did an initial implementation to expose all the Read the Docs data used to generate the flyout as a JavaScript object in https://github.com/readthedocs/addons/pull/64. I'd like to receive feedback about...

> This assumes normalized PEP 440 version markers (a more complicated regex could be used if needed), and discards non-final versions (a, b, rc, post, dev). If the docs have...