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.
2 parents c2895a1 + 6456aa5 commit 1c44535Copy full SHA for 1c44535
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: "Testing"
+name: "CI"
2
3
on: push
4
setup.py
@@ -21,7 +21,7 @@
21
]
22
23
EXTRAS = {
24
- 'docs': ['Sphinx==1.4', 'sphinx_rtd_theme'],
+ 'docs': ['Sphinx>=1.4', 'sphinx_rtd_theme'],
25
'test': ['pytest', 'pytest-cov'],
26
}
27
0 commit comments