Skip to content

Commit

Permalink
Merge pull request #169 from BrianPugh/dependabot/pip/sphinx-rtd-them…
Browse files Browse the repository at this point in the history
…e-3.0.0

Bump sphinx-rtd-theme from 2.0.0 to 3.0.0
  • Loading branch information
BrianPugh authored Oct 10, 2024
2 parents 639010d + 99e0d0e commit dbe3f01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ def linkcode_resolve(domain, info):
html_favicon = None

html_theme_options = {
# "analytics_id": "G-XXXXXXXXXX", # Provided by Google in your dashboard
# "analytics_anonymize_ip": False,
"logo_only": False,
"display_version": False,
"version_selector": True,
"prev_next_buttons_location": "bottom",
"style_external_links": False,
"vcs_pageview_mode": "",
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cyclopts = "^2.9.9"

[tool.poetry.group.docs.dependencies]
sphinx = "~7.1.2"
sphinx_rtd_theme = "~2.0.0"
sphinx_rtd_theme = "~3.0.0"
gitpython = ">=3.1.31"
sphinx-copybutton = "^0.5.2"

Expand Down

0 comments on commit dbe3f01

Please sign in to comment.