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 8785a5e commit 6b5bf02Copy full SHA for 6b5bf02
.readthedocs.yml
@@ -1,5 +1,6 @@
1
version: 2
2
python:
3
+ version: 3.8
4
install:
5
- method: pip
6
path: .
setup.py
@@ -48,14 +48,16 @@ def _get_long_description():
48
extras_require={
49
'dev': [
50
'PyYAML==5.3.1',
51
- 'Sphinx==3.1.0',
52
'coverage==5.1',
53
'flake8-docstrings==1.3.0',
54
'flake8-import-order==0.18.1',
55
'flake8==3.8.3',
56
'grpcio-tools==1.29.0',
57
'twine==3.1.1',
58
],
+ 'doc': [
59
+ 'Sphinx==3.1.0',
60
+ ],
61
'test': [
62
'pifpaf==2.5.0',
63
'pytest-asyncio==0.10.0',
0 commit comments