Skip to content

Commit e0961db

Browse files
committed
Add extra requirement "docs"
1 parent df88039 commit e0961db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python:
77
install:
88
- method: pip
99
path: .
10-
- method: pip
11-
path: sphinx-rtd-theme
10+
extra_requirements:
11+
- docs
1212

1313
build:
1414
os: ubuntu-22.04

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
install_requires=['limits', 'pylogbeat', 'requests'],
4444
extras_require={
4545
'dev': ['django', 'flask'],
46+
'docs': ['sphinx-rtd-theme'],
4647
},
4748
python_requires='>3.5',
4849
include_package_data=True,

0 commit comments

Comments
 (0)