Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobor88 authored Nov 3, 2023
1 parent 20027b6 commit 31f3323
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
#html_theme = 'alabaster'
html_theme = "sphinx_rtd_theme"
html_logo = "img/OsborneProLogo.png"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_theme_options = {
# Google Analytics # ID
'analytics_id': 'UA-145050521-2', # Provided by Google in your dashboard
'analytics_anonymize_ip': False,
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
#'display_github': ''
#'vcs_pageview_mode': 'blob',
'vcs_pageview_mode': '',
'style_nav_header_background': '#011527',
# Toc options
'collapse_navigation': False,
'sticky_navigation': True,
'navigation_depth': -1,
'includehidden': True,
'titles_only': False
}


#
# Configuration file for the Sphinx documentation builder.
# http://www.sphinx-doc.org/en/stable/config

Expand Down

0 comments on commit 31f3323

Please sign in to comment.