We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c0826 commit 32d5a29Copy full SHA for 32d5a29
.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,7 +50,9 @@ lint = [
53
"mypy",
54
"docutils-stubs",
55
52
56
-
+standalone = [
+ "sphinx > 5",
+]
57
[[project.authors]]
58
name = "Georg Brandl"
59
email = "[email protected]"
0 commit comments