We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4bcae commit 7946942Copy full SHA for 7946942
.github/workflows/test.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
python -m pip install --upgrade pip
47
python -m pip install .[test]
48
+ python -m pip install .[standalone]
49
50
- name: Test with pytest
51
run: python -m pytest -vv --durations 25
pyproject.toml
@@ -40,9 +40,6 @@ classifiers = [
40
"Topic :: Text Processing",
41
"Topic :: Utilities",
42
]
43
-dependencies = [
44
- "Sphinx>=5",
-]
dynamic = ["version"]
[project.optional-dependencies]
@@ -54,6 +51,9 @@ lint = [
54
"mypy",
55
52
"docutils-stubs",
56
53
+standalone = [
+ "sphinx > 5",
+]
57
58
[[project.authors]]
59
name = "Georg Brandl"
0 commit comments