ascholerChemeketa
ascholerChemeketa
Right. Doh. As a short term fix maybe change the documentation on the main Readme? Something like: Make sure you are using Python 3.7-3.9. Python 3.10+ have a breaking incompatibility...
I looked through the output using Sphinx 4.2 and Python 3.10 and do not see any visible issues either. I agree that it appears safe to upgrade.
This is ready to close without merging. This was a way to share what the existing dark mode code did and not a serious attempt to implement a long-term improvement....
What output formats do you want to support? I think that out of the box, Mermaid tends to produce prettier output than GraphViz (credit to @bjones1 for reminding us of...
This PR is the one that turns on the existing dark css rules when dark mode is set by the OS/browser. https://github.com/PreTeXtBook/pretext/pull/2114
Update - Oscar and I had a recent discussion about simplifying color support in general as part of that move. Fixing dark mode would dovetail nicely with that. I will...
@rbeezer Will augment the comment on the subsection. I need to go back and double-check my recollection of what that is handling. Converting to a draft until that is done.
Rebuilt that function to clarify what I believe to be the original intent of that logic. Tested against ToC's from depth 2-5 and it appears to work correctly for all.
@rbeezer Looks like I didn't tag you when I de-draft statused this.
Yes, that deserves a fix. The existing code highlights the lowest match and the "page level" match. There, the hidden subsubsection is being highlighted and the subsection is skipped. I...