Skip to content

Commit

Permalink
DOC: Switch to pytorch theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 3, 2023
1 parent 87d9e2a commit 7ff9d9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'pytorch_sphinx_theme'
html_theme_options = {
'pytorch_project': 'tutorials',
'collapse_navigation': True,
'navigation_depth': 3,
'display_version': False,
}

# -- Options for LaTeX output ---------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
git+https://github.com/shiftlab/pytorch_sphinx_theme.git
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit 7ff9d9f

Please sign in to comment.