Skip to content

Commit

Permalink
Skip: Update dependency docs/sphinx_rtd_theme to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and Joonatan Mäkinen committed Nov 28, 2024
1 parent e906ab3 commit 93b0b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
html_theme_options = {
"collapse_navigation": True,
"sticky_navigation": True,
"display_version": True,
"version_selector": True,
"prev_next_buttons_location": "bottom",
}

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies = [

[project.optional-dependencies]
docs = [
"sphinx==7.4.7",
"sphinx_rtd_theme==2.0.0",
"sphinx==8.1.3",
"sphinx_rtd_theme==3.0.2",
]
test = [
"black==24.10.0",
Expand Down

0 comments on commit 93b0b6b

Please sign in to comment.