Skip to content

Commit

Permalink
Switched to sphinx-nefertiti theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed May 11, 2024
1 parent 6ceefe1 commit 799a640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
extensions = [
"sphinx_mdinclude",
"sphinx.ext.autodoc",
"sphinx_rtd_theme",
"sphinx_nefertiti",
"autoapi.extension",
]

Expand All @@ -38,7 +38,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_nefertiti'

# 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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tests = [
docs = [
"sphinx",
"sphinx_mdinclude",
"sphinx_rtd_theme",
"sphinx-nefertiti",
"sphinx-autoapi",
]

Expand Down

0 comments on commit 799a640

Please sign in to comment.