Skip to content

Commit

Permalink
Merge pull request #706 from ddalcino/fix-readthedocs-theme
Browse files Browse the repository at this point in the history
Fix failing documentation builds
  • Loading branch information
miurahr authored Aug 28, 2023
2 parents 72da54f + 4f3ddc5 commit dc6e3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ check = [
"packaging",
]
docs = [
"sphinx>=5.0",
"sphinx_rtd_theme",
"sphinx>=7.0",
"sphinx_rtd_theme>=1.3",
"sphinx-py3doc-enhanced-theme",
]

Expand Down

0 comments on commit dc6e3ca

Please sign in to comment.