From 2335b9cfc8800b8bf03a016504b20f1a3b9ef3e8 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Wed, 3 May 2023 17:21:41 -0700 Subject: [PATCH] Fix ReadTheDocs build - Docs build now requires package installed - Update tox docs to use Python 3.11, same as RTD --- .readthedocs.yml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 314a0e0..2d125b5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,4 +18,6 @@ formats: all python: install: + - path: . + method: pip - requirements: docs/requirements.txt diff --git a/tox.ini b/tox.ini index 5b09d65..f061121 100644 --- a/tox.ini +++ b/tox.ini @@ -102,7 +102,7 @@ commands = pre-commit run --all-files [testenv:docs] -basepython = python3.10 +basepython = python3.11 passenv = CONTINUOUS_INTEGRATION # (but not any of the live test API keys)