jupyter-book: Incorrect rendering of part titles in toc
Describe 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
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 21 (17 by maintainers)
Commits related to this issue
- ♻️ REFACTOR: Asset compilation and dev workflow This refactor follows development of the workflow in https://github.com/executablebooks/sphinx-panels and https://github.com/executablebooks/web-compil... — committed to executablebooks/sphinx-book-theme by chrisjsewell 4 years ago
- ♻️ REFACTOR: Asset compilation and dev workflow This refactor follows development of the workflow in https://github.com/executablebooks/sphinx-panels and https://github.com/executablebooks/web-compil... — committed to executablebooks/sphinx-book-theme by chrisjsewell 4 years ago
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