Skip to content

Commit

Permalink
Merge pull request #75 from freakboy3742/sphinx-autobuild-py3.8
Browse files Browse the repository at this point in the history
Correct sphinx-autobuild dependency for Py3.8
  • Loading branch information
freakboy3742 committed Feb 14, 2024
2 parents 66810a2 + ec0ead8 commit 09980e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ docs = [
# Sphinx 7.2 deprecated support for Python 3.8
"sphinx == 7.1.2 ; python_version < '3.9'",
"sphinx == 7.2.6 ; python_version >= '3.9'",
"sphinx-autobuild == 2024.2.4",
# Sphinx 2024.2.4 deprecated support for Python 3.8
"sphinx-autobuild == 2021.3.14 ; python_version < '3.9'",
"sphinx-autobuild == 2024.2.4 ; python_version >= '3.9'",
"sphinx_rtd_theme == 2.0.0"
]

Expand Down

0 comments on commit 09980e5

Please sign in to comment.