Chris Holdgraf

Results 1768 comments of Chris Holdgraf

@amueller totally agree. The footnotes are already working (though if they aren't clearly documented, let me know and I can add them in somewhere **EDIT: nope they weren't documented, [I...

@amueller wanna open an issue specifically about sidenotes so that we can keep track of it? I feel like embedding it in a general issue about tufte will make it...

How did you get the dark mode working?!? Ah that's awesome

Yes this would be awesome! Do you think it's better as a separate package, or is the CSS minimal enough that we could include it here with a switch or...

other sphinx themes will definitely work - though some might work differently because Jupyter Book does some "configuration translation" in its builds. However, if you're building off of the book...

Some of this we already have (e.g. open graph social previews) but it would be great to auto-generate better linked data metadata fields that we can reasonably assume given the...

very cool! I didn't know about that extension. Right now we are hard-coding some of this in the theme, but it'd be great if we could instead punt this over...

cc @mmcky and @AakashGfude on this one as well, who might have run into this issue with the quantecon books?

cc @ttimbers @lheagy and @chendaniely in case any of you had more specific suggestions, as well as @mmcky and @AakashGfude who may have run into this too?

ah, that's a good catch! this is because we're special-casing the first page here: https://github.com/executablebooks/sphinx-book-theme/blob/master/sphinx_book_theme/__init__.py#L123 that's where we'd need to add a check for whether `title` has been given for...