Remove automatic chapter numbering from table of contents and titles #357
slawrensen
started this conversation in
General
Replies: 1 comment
-
Assuming you're building on top of the Sphinx style sheet, you need to only override the number_format property for the heading level 1 style in your style sheet:
Since the other headings in the Sphinx stylesheet inherit number_format from heading level 1, these will also be unnumbered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, can you assist me with removing the chapter numbering from the ToC and titles? I have been researching and attempting to modify findings to my needs, but have been unsuccessful. I understand I may need to use "number_format = none" in my stylesheet?
I consulted the below question but was not able to modify your answer for my needs. Thanks!
#156
Beta Was this translation helpful? Give feedback.
All reactions