Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalkmus authored Apr 22, 2024
2 parents 98f69eb + e2ae071 commit 722b24d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ version: 2
formats:
- pdf

build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

python:
version: 3.8
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- doc
- method: setuptools
path: .
system_packages: true
path: .
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ flask
gunicorn
requests
pytest
pytest-flask
pytest-flask
lxml[html_clean]

0 comments on commit 722b24d

Please sign in to comment.