Skip to content

Commit 6b5bf02

Browse files
committed
Explicitly define python version for building docs and deps
1 parent 8785a5e commit 6b5bf02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 2
22
python:
3+
version: 3.8
34
install:
45
- method: pip
56
path: .

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ def _get_long_description():
4848
extras_require={
4949
'dev': [
5050
'PyYAML==5.3.1',
51-
'Sphinx==3.1.0',
5251
'coverage==5.1',
5352
'flake8-docstrings==1.3.0',
5453
'flake8-import-order==0.18.1',
5554
'flake8==3.8.3',
5655
'grpcio-tools==1.29.0',
5756
'twine==3.1.1',
5857
],
58+
'doc': [
59+
'Sphinx==3.1.0',
60+
],
5961
'test': [
6062
'pifpaf==2.5.0',
6163
'pytest-asyncio==0.10.0',

0 commit comments

Comments
 (0)