pytorch_sphinx_theme
pytorch_sphinx_theme copied to clipboard
PyTorch Sphinx Theme
Fixes #191 Tables that are too wide to display correctly can now be scrolled horizontally
Sync with the top nav changes in https://github.com/pytorch/pytorch.github.io/pull/1576 Local testing: https://github.com/pytorch/pytorch_sphinx_theme/assets/5317992/30f9afcc-7236-4258-a103-2621b3c2d28d
Would love to be able to add a horizontal scrollbar to wide tables so as to avoid tables like this:
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
`style` variable is deprecated in `sphinx 7.0.0`. However, in current `pytorch_sphinx_theme`, we are still using it. https://github.com/pytorch/pytorch_sphinx_theme/blob/a1dbd5cfa0a69ee023d0c0acc167fb0cbd8619f6/pytorch_sphinx_theme/layout.html#L43-L45 Following is the solution from `sphinx-rtd-theme`: https://github.com/readthedocs/sphinx_rtd_theme/blob/03a86b803cf7cf281748ef94345ba7c35953952a/sphinx_rtd_theme/layout.html#L26-L30 They add an if condition for...
There are a couple of bugs that we need to fix: 1) When you link to a page on the website it does not immediately expand the left navigation: ....
The associated issue is in the pytorch/tutorials repository: Issue #2696 · [BUG] No longer collecting star-rating data...since transition to GA4 https://github.com/pytorch/tutorials/issues/2696 The gtag function is used by metrics such as...
## The first bug https://pytorch.org/tutorials/beginner/audio_preprocessing_tutorial.html#mel-filter-bank It should be a `-` rather than `+` in the right-menu. The bug is introduced by the wrong class. There should be no `not-expanded` class....
The new `sphinx>=6.0` will not add jquery automatically and will throw exception. It's necessary to use `sphinxcontrib-jquery` to use jquery. For details, see https://github.com/readthedocs/sphinx_rtd_theme/pull/1385 for more details.
It would be great if there could be a support for dark theme. It is painful to switch from other apps/pages with dark theme to PyTorch docs. Thanks!