diff options
| -rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 6535784..5eeef3b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,6 @@ sphinx: formats: [] python: - version: 3.7 install: - requirements: doc/requirements.txt - method: pip @@ -15,3 +14,6 @@ python: - dnssec - idna - doh + +build: + os: ubuntu-22.04 |
