pytorch_sphinx_theme
pytorch_sphinx_theme copied to clipboard
PyTorch Sphinx Theme
When I use this theme to render my project documentation on Read the Docs, I see many errors related to missing fonts, and the font doesn't get rendered correctly: . Interestingly though, when I view the page from my laptop screen (vs a larger monitor), the titles show up...
Do you mind pushing a pypi release of this theme?
As of now, there are only a handful of themes for `sphinx` that are both functional and visually pleasing. The theme developed for the new layout of `pytorch` docs and...
This PR removes mailchimp form in the footer and replaces it with social links. Also fixes the active state for some Docs pages Preview: https://shiftlab-pytorch-cpp-docs.netlify.app/
(duplicating https://github.com/spatialaudio/nbsphinx/issues/599) When including nbsphinx with pytorch_sphinx_theme several components of the theme break: - Permalinks to sections are hidden - The right (mobile) sidebar navigation expand/collapse buttons are hidden /...
When one writes code with spaces like ``` ``input = L @ L.T`` ``` this is rendered in a rather awkward as  Interestingly enough, this problem does not happen...
I wonder if L149 is necessary, since L151 does the same thing. Will that affect L150? https://github.com/pytorch/pytorch_sphinx_theme/blob/f86d059609c7508a896ebb9d03ddc72c7795e5b4/js/theme.js#L144-L156