Skip to content

Add new theme #3310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
3f9053c
Add new theme
svekars Mar 20, 2025
5564d8f
Add new theme
svekars Mar 21, 2025
19106eb
Update
svekars Mar 26, 2025
9ad56f0
Add new theme
svekars Mar 31, 2025
daeca27
Update
svekars Mar 31, 2025
e41ff24
Update
svekars Mar 31, 2025
5cdce3c
Update
svekars Mar 31, 2025
bbc640b
Update
svekars Mar 31, 2025
2a6b658
Update
svekars Mar 31, 2025
75d8391
Update
svekars Apr 1, 2025
df97119
Update
svekars Apr 1, 2025
e520d25
Update
svekars Apr 1, 2025
7c09c8f
Update
svekars Apr 2, 2025
f93981b
Update
svekars Apr 2, 2025
1ef2a76
Update
svekars Apr 4, 2025
e3c9aed
Update
svekars Apr 4, 2025
f819d12
Update
svekars Apr 4, 2025
3791029
Update
svekars Apr 4, 2025
35bc01e
Update
svekars Apr 4, 2025
c373174
Update
svekars Apr 4, 2025
e2ca608
Update
svekars Apr 5, 2025
374a4c4
Update
svekars Apr 7, 2025
bfc3e84
Update
svekars Apr 7, 2025
9d6b258
Update
svekars Apr 10, 2025
e2cf880
Update
svekars May 9, 2025
32742da
fixes
svekars May 9, 2025
ded01ed
Update
svekars May 9, 2025
13c520b
Update
svekars May 9, 2025
dc7cf8e
Update
svekars May 9, 2025
b2f37b6
Update
svekars May 9, 2025
33f998d
Update
svekars May 12, 2025
104d88f
Update
svekars May 12, 2025
57b19c5
Update
svekars May 12, 2025
f0c48b1
Update
svekars May 13, 2025
443e1b1
Update
svekars May 13, 2025
147120f
Update
svekars May 13, 2025
899cb5e
Update
svekars May 14, 2025
2a55240
Update
svekars May 14, 2025
cbbb830
Update
svekars May 14, 2025
84ed36a
Update
svekars May 15, 2025
26bb57c
Update
svekars May 15, 2025
8302884
Update
svekars May 15, 2025
41777f8
Update
svekars May 16, 2025
e278dfa
Update
svekars May 22, 2025
1dbe132
Update
svekars May 22, 2025
7488327
Update
svekars May 22, 2025
9e65fa0
Update
svekars May 23, 2025
4e8e6d2
Update
svekars May 23, 2025
4b29ae9
Fix
svekars May 23, 2025
c3db40a
Fix Edit on Github
svekars May 30, 2025
bce7485
Update
svekars Jun 3, 2025
b0ed47d
Update
svekars Jun 3, 2025
34cdf46
Update requirements.txt
svekars Jun 11, 2025
44c4ac9
Update
svekars Jun 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
# Refer to ./jenkins/build.sh for tutorial build instructions

sphinx==5.0.0
sphinx==5.3.0
sphinx-gallery==0.11.1
sphinx_design
sphinxext-opengraph==0.9.1
docutils==0.16
sphinx-copybutton
sphinx_sitemap==2.6.0
Expand Down Expand Up @@ -40,12 +41,11 @@ onnxscript>=0.2.2
onnxruntime
evaluate
accelerate>=0.20.1

sphinxcontrib-mermaid==1.0.0
importlib-metadata==6.8.0

# PyTorch Theme
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme

-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@88f90531a68eabe7015b0810eed1031d31d50fca#egg=pytorch_sphinx_theme2
ipython

sphinxcontrib.katex
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ MNIST/
#builds
_build/
_static/thumbs/
sg_execution_times.rst

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
1 change: 1 addition & 0 deletions .jenkins/validate_tutorials_built.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
"intermediate_source/torchrec_intro_tutorial", # reenable after 3302 is fixe
"intermediate_source/ax_multiobjective_nas_tutorial"
]

def tutorial_source_dirs() -> List[Path]:
Expand Down
264 changes: 0 additions & 264 deletions _static/doctools.js

This file was deleted.

9 changes: 0 additions & 9 deletions _static/documentation_options.js

This file was deleted.

Binary file added _static/img/social-share.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading