Incorrect rendering of part titles in toc
See original GitHub issueDescribe the bug
The part titles don’t seem to have emphasis applied to them.
To Reproduce
Steps to reproduce the behavior:
-
jupyter-book create test_book && cd test_book
-
_toc.yml
- file: intro - part: first part chapters: - file: content
-
jupyter-book build .
Navigate to the documentation, observe
Expected behavior
The part title should be boldface, like at https://jupyterbook.org/
Environment
- Python Version: 3.8.3
- Package versions or output of
jupyter-book --version
:
Jupyter Book: 0.7.5 # also current master
MyST-NB: 0.10.0
Sphinx Book Theme: 0.0.36 # also current master
MyST-Parser: 0.12.7
Jupyter-Cache: 0.4.1
- Operating System: Ubuntu
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (17 by maintainers)
Top Results From Across the Web
Table of Contents has one heading that is formatted wrong
I have a table of contents listing Appendices A-G in the document. A, B, C, D, E, and G are all formatted correctly...
Read more >Section and subsection TOC title formatting - TeX
My problem here is that the TOC doesn't put a title for each section and subsection, as there is no argument passed in...
Read more >TOC Tips and Tricks - Suzanne S. Barnhill
By default, Word creates a TOC based on Headings 1–3. It also includes other built-in styles that have an outline level of 1,...
Read more >Unnumber chapters in the TOC are not shown as active with ...
However, when rendering the book and navigating throughout the different ... class="chapter" to the <li> tags of the ToC solves the problem!
Read more >Why your headings don't match your Table of Contents
I am using Styles for my document headings in my appellate brief. But, even though my Heading 1 is all caps, it shows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok cheers I will have a look
Indeed, I didn’t implement that, but I have found an alternative in executablebooks/sphinx-panels#31, which is why I keep mentioning it lol
Ironically the maintainer of pip wrote it