Summary
The HTML writer and TOC helpers emit Bulma-specific CSS classes, but the
project no longer uses Bulma. These are dead styling hooks and should be removed
or replaced with framework-neutral classes.
Where
Suggested approach
Decide on replacement classes (or none), update the translator and TOC helpers
accordingly, and refresh any docs CSS that targeted these classes.
Summary
The HTML writer and TOC helpers emit Bulma-specific CSS classes, but the
project no longer uses Bulma. These are dead styling hooks and should be removed
or replaced with framework-neutral classes.
Where
DjangoDocutilsHTMLTranslatoremitstitle is-1,subtitle,topic-title first,sidebar-title, and atableclass; an inline commentstill reads "for bulma css":
https://github.com/tony/django-docutils/blob/v0.29.0/src/django_docutils/lib/writers.py
fixed-toc-menu menuandmenu-label:https://github.com/tony/django-docutils/blob/v0.29.0/src/django_docutils/lib/publisher.py
menu-list:https://github.com/tony/django-docutils/blob/v0.29.0/src/django_docutils/lib/transforms/toc.py
filerole styling notes reference Bulma:https://github.com/tony/django-docutils/blob/v0.29.0/src/django_docutils/lib/roles/file.py
Suggested approach
Decide on replacement classes (or none), update the translator and TOC helpers
accordingly, and refresh any docs CSS that targeted these classes.