diff --git a/.readthedocs.yml b/.readthedocs.yml index fe0dfa8..139f468 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,13 @@ -https://github.com/jjjermiah/NBIA-toolkit/tree/main# Required version: 2 # Image to use build: - image: testing - + os: ubuntu-22.04 + tools: + python: "3.12" +sphinx: + configuration: docs/conf.py # Configuration python: - version: 3.12 install: - - requirements: docs/requirements.txt - - method: pip - path: . + - requirements: docs/requirements.txt \ No newline at end of file