You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the title format is {name} {version}\n==========\n, which is fine except it ends up producing something that looks like:
MyProject 3.7.0a1
==========
It would be nice if there was a way to do this nicer, perhaps a title_template? Or maybe by passing name, version, and project_date into the template and letting people set title_template = False and take full control of the title display inside the template?