We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1812b commit 777c3a5Copy full SHA for 777c3a5
.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
@@ -39,9 +39,6 @@ classifiers = [
39
"Topic :: Text Processing",
40
"Topic :: Utilities",
41
]
42
-dependencies = [
43
- "Sphinx>=5",
44
-]
dynamic = ["version"]
[project.optional-dependencies]
@@ -53,6 +50,9 @@ lint = [
53
"mypy",
54
"docutils-stubs",
55
52
+standalone = [
+ "sphinx > 5",
+]
56
57
[[project.authors]]
58
name = "Georg Brandl"
0 commit comments