When running sphinx-build -b latex ... Sphinx writes a *.tex file into some output directory. The name of that *.tex file seems to somehow be derived from the project title set in conf.py.
I'd like to integrate the Sphinx Latex generation into my build system. For the dependency management I need to know the exact name of the generated *.tex file.
Is there any way to determine the name of the generated file without hard-coding that name into the build system? Or is there a way to set this name manually (without changing the project variable)?