Skip to content

Commit

Permalink
Merge pull request #56 from BrianPugh/dependabot/pip/sphinx-rtd-theme…
Browse files Browse the repository at this point in the history
…-gte-1.0-and-lt-3.1

Update sphinx-rtd-theme requirement from >=1.0,<2.1 to >=1.0,<3.1
  • Loading branch information
BrianPugh authored Oct 14, 2024
2 parents c58740a + 3409cf3 commit 4d2a436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
shell: bash
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@
html_favicon = "../../assets/favicon.png"

html_theme_options = {
# "analytics_id": "G-XXXXXXXXXX", # Provided by Google in your dashboard
# "analytics_anonymize_ip": False,
"logo_only": True,
"display_version": False,
"version_selector": True,
"prev_next_buttons_location": "bottom",
"style_external_links": False,
"vcs_pageview_mode": "",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = ">=3.8"

[tool.poetry.group.docs.dependencies]
sphinx = ">=4.5,<7.2"
sphinx_rtd_theme = ">=1.0,<2.1"
sphinx_rtd_theme = ">=1.0,<3.1"

[tool.poetry.group.dev.dependencies]
coverage = {extras = ["toml"], version = ">=5.1,<8.0"}
Expand All @@ -33,7 +33,7 @@ pytest = "^7.1.2"
pytest-cov = ">=3,<6"
pytest-mock = "^3.7.0"
pyright = "^1.1.273"
pytest-pyright = ">=0.0.3,<0.0.7"
# pytest-pyright = ">=0.0.3,<0.0.7"
attrs = "^23.1.0"

[tool.coverage.run]
Expand Down

0 comments on commit 4d2a436

Please sign in to comment.