Skip to content

Commit

Permalink
Merge pull request #1257 from Bastian-Krause/bst/rtd-sphinx-build-errors
Browse files Browse the repository at this point in the history
pyproject.toml: require Sphinx>=2.0.0 for doc feature
  • Loading branch information
Bastian-Krause committed Aug 10, 2023
2 parents 2bfba1a + 3517a22 commit 1052d34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ dynamic = ["version"] # via setuptools_scm
"Bug Tracker" = "https://github.com/labgrid-project/labgrid/issues"

[project.optional-dependencies]
doc = ["sphinx_rtd_theme>=1.0.0"]
doc = [
"sphinx_rtd_theme>=1.0.0",
"Sphinx>=2.0.0",
]
docker = ["docker>=5.0.2"]
graph = ["graphviz>=0.17.0"]
kasa = ["python-kasa>=0.4.0"]
Expand Down Expand Up @@ -80,6 +83,7 @@ dev = [
# references to other optional dependency groups
# labgrid[doc]
"sphinx_rtd_theme>=1.0.0",
"Sphinx>=2.0.0",

# labgrid[docker]
"docker>=5.0.2",
Expand Down

0 comments on commit 1052d34

Please sign in to comment.