diff --git a/.readthedocs.yml b/.readthedocs.yml index 1f0e431a..6df541cf 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,9 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" sphinx: configuration: docs/conf.py @@ -11,8 +13,6 @@ sphinx: formats: [] python: - version: "3.7" - install: - requirements: docs/requirements.txt diff --git a/VERSION b/VERSION index 57fde9bb..38ea3cd2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1-develop3 +1.19.1-develop4