Skip to content

Commit

Permalink
Add python.install configuration
Browse files Browse the repository at this point in the history
Add configuration for Anitya installation for readthedocs.io.
  • Loading branch information
Zlopez committed Feb 15, 2022
1 parent d2ed681 commit 4caf974
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .readthedocs.yaml
Expand Up @@ -5,7 +5,15 @@ formats:
- epub
- pdf

# Python configuration
# Python install configuration
python:
install:
- requirements: requirements.txt
- requirements: test_requirements.txt
- method: pip
path: .

# Build configuration
build:
os: ubuntu-20.04
tools:
Expand Down

0 comments on commit 4caf974

Please sign in to comment.