diff --git a/docs/source/.readthedocs.yaml b/docs/source/.readthedocs.yaml index 58557268f5f6b2df9f328b7db29541abf3ce7a59..487ca9785812fdeabfb9da0a610e74725571569d 100644 --- a/docs/source/.readthedocs.yaml +++ b/docs/source/.readthedocs.yaml @@ -1,19 +1,20 @@ -version: 1 +version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: - python: "3.10" + python: "3.11" sphinx: - fail_on_warning: true + configuration: docs/config.py + fail_on_warning: false formats: - pdf - - epub python: # Install our python package before building the docs install: + - requirements: requirements.txt - method: pip path: .