Marcel
Marcel
Yes, when I set `latex_documents[]` to output only one file (with the whole output), the build succeeds. I assume this would be identical to not using `latex_documents[]`. Sphinx version we...
Oh sorry, you asked for the Sphinx-Needs version. That is 1.3.0. With the previous version 1.2.2 we had the same error.
I am sorry, I appreciate all the work everyone is doing, but is there a fix available? Right now I cannot generate multiple latex documents.
I have stripped my documentation files and done some testing. The documentation files in my stripped project are: ``` docs/conf.py docs/index.rst docs/part.rst docs/wow/requirements_documentation.rst ``` Both files `index.rst` and `part.rst` contain...
Hi, any updates on this issue? I desperately need to generate multiple PDF documents.
I noticed the version number in `pyproject.toml` is still `0.0.2`. Should be updated too I guess.
@danwos Maybe you can try the command `pip install sphinx-collections==0.2.0` ? Then you'll probably get the same error `No matching distribution found` as described in my original post. This is...
Yes, I would like an update as well :-)
I have a similar issue where the Preview function doesn't work. I am running the Esbonio pre-release version 0.94.2. The setup is as follows: * The global Python environment is...
> I assume then, you've tried using the Python extension's Python: `Select Interpreter command` to make the `.venv` your active environment? Yes, that's correct. > Have you also tried setting...