Dear all,
I used to have sphinx documentation in many Python libraries that
depends on SageMath (such as [admcycles], [surface_dynamics]).
It appears that in none of them I can build the documentation
properly anymore (with the Sage compiled from source or downloaded
from the tarball). The minimal example is [cvolume] where the failure
is described in the pull request
https://github.com/eduryev/cvolume/pull/1
and where `make html` ends with
```
Exception occurred:
File
"/opt/sage/local/lib/python3.8/site-packages/sage/repl/user_globals.py",
line 82, in _check
raise RuntimeError(
RuntimeError: the user-space globals dictionary has not been
initialized. Use initialize_globals() or set_globals() or use a
different function which doesn't need these globals
```
Any help appreciated!
[cvolume]
https://github.com/eduryev/cvolume
[admcycles]
https://gitlab.com/jo314schmitt/admcycles
[surface_dynamics]
https://gitlab.com/videlec/surface_dynamics
Best
Vincent