Skip to content

Commit

Permalink
Fix error in theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann21 committed Aug 18, 2023
1 parent 7f9e7ad commit 71fd2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# 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 = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a
# theme further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 71fd2e7

Please sign in to comment.