diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c0d26c..8fb3587 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,9 +16,13 @@ jobs: os: "windows-latest" - python-version: "2.7" os: "macos-latest" + - python-version: "2.7" + os: "ubuntu-latest" - python-version: "3.6" os: "ubuntu-latest" include: + - python-version: "2.7" + os: "ubuntu-20.04" - python-version: "3.6" os: "ubuntu-20.04" env: diff --git a/.readthedocs.yml b/.readthedocs.yml index 8d95674..2dc5f20 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,15 @@ version: 2 # Required in order to install with pip +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + +sphinx: + configuration: "docs/conf.py" + python: - version: 3.7 install: - - path: . + - method: "pip" + path: "." - requirements: docs/requirements.txt