diff --git a/.readthedocs.yml b/.readthedocs.yml index ee5d469c..596ff4b4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,16 +1,10 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - version: 2 -sphinx: - configuration: docs/source/conf.py - -formats: all - python: - version: 3.8 install: - - method: pip - path: . + - path: "." + +build: + os: "ubuntu-20.04" + tools: + python: "3.10" \ No newline at end of file