Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title format produces wrong sized header #46

Closed
dstufft opened this issue Mar 7, 2017 · 1 comment
Closed

Title format produces wrong sized header #46

dstufft opened this issue Mar 7, 2017 · 1 comment

Comments

@dstufft
Copy link
Contributor

dstufft commented Mar 7, 2017

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?

@hawkowl
Copy link
Member

hawkowl commented Apr 15, 2017

Fixed in #50, the title format should be controllable (set to a null string should work? needs tests :))

@hawkowl hawkowl closed this as completed Apr 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants