SergejKr
SergejKr
Was there any solution to this issue?
I use autosummary and would like to link to the source code rather than the automatically generated files. Any progress on this topic?
If I understand correctly, you need a link from the autogenerated .rst file to the source code, which could be anywhere in the repository. In case of autosummary, it could...
Okay. Maybe another idea, again autosummary specific. The names of the autogenerated .rst files follow the dot notation of python. Using, e.g., the `getfile` function of the inspect module the...
Sure, we can try this approach.
I tried to build the docs of the splines package on a fresh virtual enviroment. I got an error in the compilation of the documentation at about 70%. I guess...
Hi, I tried it again. 1. I do not see the change in the terminal output, so something does not work as intented. 2. For adsf, I do not recognize...
Hi I tested your example without nbsphinx, and in fact no multiprocessing is active. I Looked through github and found an old issue https://github.com/sphinx-doc/sphinx/issues/8296 stating that sphinx does not run...