Skip to content

Instantly share code, notes, and snippets.

@smrfeld
Created June 24, 2020 22:44
Show Gist options
  • Save smrfeld/ad256f1feb0ed181fc09fb958fd44883 to your computer and use it in GitHub Desktop.
Save smrfeld/ad256f1feb0ed181fc09fb958fd44883 to your computer and use it in GitHub Desktop.
Conf.py with RTD
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'canonical_url': '',
'analytics_id': '',
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
'logo_only': False,
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
}
# html_logo = ''
# github_url = ''
# html_baseurl = ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment