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 1fd7d5a commit b4182f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@
'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
}

html_theme = 'pytorch_sphinx_theme'
html_theme_path = ["_themes", ]
html_theme = "sphinx_rtd_theme"
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 b4182f6

Please sign in to comment.