Kevin Sheppard
Kevin Sheppard
https://github.com/sphinx-doc/sphinx/blob/af62fa61e6cbd88d0798963211e73e5ba0d55e6d/sphinx/environment/collectors/title.py#L53 Does not seem to provide a method to override.
Great. I'd rather not try and fitis here since it would be pretty hacky, something along the lines of ``` if title =! "": full_title = title + " -...
The - removal would need to come from sphinx-material. If title is empty, then the page title should be html_title if present, and it not, nothing (which might not be...
That is what I mean. One challenge is that html_title has been escaped before it get to templating and the - has been manually inserted, and so some string parsing...
There is a start in#81. It will need to become opt-in before it can be merged.
A PR is welcome. Thanks.
I aways welcome contributions! On Sun, Oct 4, 2020, 21:08 Anmol2001 wrote: > can i try? > > — > You are receiving this because you are subscribed to this...
@Anmol2001 I added it to both I think.
