From 1ec9575beb57fdd85130a3c572a76e4c9ef9855d Mon Sep 17 00:00:00 2001 From: zmalkmus Date: Wed, 17 Apr 2024 22:01:22 -0400 Subject: [PATCH 1/3] Update readthedocs.yml --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7993791..6aeb279 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,6 +7,9 @@ formats: sphinx: configuration: docs/source/conf.py +build: + os: ubuntu-22.04 + python: version: 3.8 install: From 955ea4d8749c40594591dfc3a5f5942fa7b9bd4d Mon Sep 17 00:00:00 2001 From: zmalkmus Date: Wed, 17 Apr 2024 22:02:49 -0400 Subject: [PATCH 2/3] Update readthedocs.yml --- .readthedocs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6aeb279..1544a06 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,15 +3,16 @@ 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 -build: - os: ubuntu-22.04 - python: - version: 3.8 install: - requirements: requirements.txt - method: pip @@ -19,5 +20,4 @@ python: extra_requirements: - doc - method: setuptools - path: . - system_packages: true + path: . \ No newline at end of file From e2ae071a83e0fa9332af198fe626d4e1e5669ce5 Mon Sep 17 00:00:00 2001 From: zmalkmus Date: Wed, 17 Apr 2024 23:05:54 -0400 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 869ef7c..f7274cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,7 @@ andes dime-client flask gunicorn -requests \ No newline at end of file +requests +pytest +pytest-flask +lxml[html_clean]