Skip to content

Commit

Permalink
Add extra requirement "docs"
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Feb 12, 2024
1 parent df88039 commit e0961db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ python:
install:
- method: pip
path: .
- method: pip
path: sphinx-rtd-theme
extra_requirements:
- docs

build:
os: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
install_requires=['limits', 'pylogbeat', 'requests'],
extras_require={
'dev': ['django', 'flask'],
'docs': ['sphinx-rtd-theme'],
},
python_requires='>3.5',
include_package_data=True,
Expand Down

0 comments on commit e0961db

Please sign in to comment.