Skip to content

Commit

Permalink
doc: use sphinx-rtd-theme (#382)
Browse files Browse the repository at this point in the history
* use rtd theme

* use correct theme name
  • Loading branch information
thijstriemstra committed Sep 11, 2023
1 parent baff9e7 commit 35517c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

# Output file base name for HTML help builder.
htmlhelp_basename = 'luma.oled_doc'
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ tests_require =
include = luma*

[options.extras_require]
docs = sphinx>=1.5.1
docs =
sphinx>=1.5.1
sphinx-rtd-theme
qa =
flake8
rstcheck
Expand Down

0 comments on commit 35517c4

Please sign in to comment.