Cristian Le
Cristian Le
Indeed, but `step-cli` is rather confusing in that aspect as well
I have lost track of this one, do you want to take over this one, or should I come back to it in a few weeks after I get caught...
I think there was something relevant to gitea in order to make the process more explicit. Iirc in the version that was there, the TOS was automatically accepted without the...
I believe I had to make the portion of gitea related to acme be non-interactive because I did not know of a way to make that an interactive process.
Yes, I think this was so that gitea does not wait for any response that it would not have been able to handle. The current version was always accepting, but...
You mean like when this is run while the site is in production :thinking:. Isn't that a legally safe option despite being inconvenient, but I understand the difficulty of balancing....
Am I doing something wrong, or are `external` roles not supported? I tried on a `.md` file as: ``` {external+rtd:std:doc}`test` ``` but that did not seem to work. `ref` with...
@humitos is this [reference](https://github.com/executablebooks/MyST-Parser/blob/089061aabf496fb139ff8b7cda03d75155e3aaa6/myst_parser/mdit_to_docutils/sphinx_.py#L105) useful? Or maybe the class of that caller is needed?
There is a chain of dependency hell in the testing packages of `myst-nb` and `sphinx_thebe`. For now I have a branch to at least allow to install this: https://github.com/LecrisUT/sphinx-book-theme/tree/sphinx-7. Works...
@leycec, you can package a patch to eliminate the upper pin. You'll still have dependency issues on the test dependencies if you run them, but if not, that should resolve...