Skip to content

Commit 1c44535

Browse files
authored
Merge pull request #265 from mtezzele/master
Fix constraint in setup.py for the documentation
2 parents c2895a1 + 6456aa5 commit 1c44535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Testing"
1+
name: "CI"
22

33
on: push
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222

2323
EXTRAS = {
24-
'docs': ['Sphinx==1.4', 'sphinx_rtd_theme'],
24+
'docs': ['Sphinx>=1.4', 'sphinx_rtd_theme'],
2525
'test': ['pytest', 'pytest-cov'],
2626
}
2727

0 commit comments

Comments
 (0)