pytorch_sphinx_theme icon indicating copy to clipboard operation
pytorch_sphinx_theme copied to clipboard

PyTorch Sphinx Theme

Results 31 pytorch_sphinx_theme issues
Sort by recently updated
recently updated
newest added

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: ![Screen...

When upgrading to Sphinx 6, we found that the version selection menu no longer works. For example, compare the following versions of our documentation and attempt to change the version...

It's confusing enough that PyTorch provides `torch.Tensor` and `torch.tensor`. It makes it even worse that CSS implies that this is case-insensitive and shows the page titles identically: https://pytorch.org/docs/stable/tensors.html https://pytorch.org/docs/stable/generated/torch.tensor.html#torch.tensor `text-transform`...

cla signed

The right-hand TOC cuts off long titles, (for example, https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html) ![image](https://user-images.githubusercontent.com/77758406/115451892-992d0280-a1d2-11eb-9117-45f7144b576f.png). 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/

cla signed

(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 ![image](https://user-images.githubusercontent.com/3291265/123665647-620d4a00-d830-11eb-93fd-e9d789935683.png) 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