-
Notifications
You must be signed in to change notification settings - Fork 32
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
Eliminate colon from headings in field lists #157
Conversation
Fixes #156. This also refactors the various HTMLTranslator overrides.
app, "include_fields_in_toc", type_constraint=bool, default=True | ||
) | ||
object_description_options.add_object_description_option( | ||
app, "include_rubrics_in_toc", type_constraint=bool, default=True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just an observation... include_rubrics_in_toc
used to default to False
. I'm fine with it being default True
, but just making you aware in case that was unintentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, that was not intended, fixed in #160.
Fixes #156.
This also refactors the various HTMLTranslator overrides.