Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentors4EDU committed Feb 7, 2021
1 parent 2cba1f4 commit c33b845
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
}

html_theme = 'sphinx_rtd_theme'
html_theme = "pytorch_sphinx_theme"
html_theme_path = ["_themes", ]
html_theme_options = {
'logo_only': True,
'navigation_depth': 5,
}
html_theme_path = ["../.."]
# html_theme_path = ["../.."]
html_logo = "Logo.svg"
html_show_sourcelink = True

Expand Down

0 comments on commit c33b845

Please sign in to comment.