Skip to content

Commit

Permalink
Switched to the classic theme used by most Python packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
blep committed Sep 11, 2023
1 parent bda07b4 commit 282bbde
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ def win_func_type(restype, *argtypes):
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = ['_static']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'classic'

#html_static_path = ['_static']

# Output file base name for HTML help builder.
htmlhelp_basename = 'win32_window_monitor'

0 comments on commit 282bbde

Please sign in to comment.