diff --git a/readthedocs.yml b/readthedocs.yml index 007303a..0c50acc 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,11 +8,11 @@ build: python: "3.13" python: - version: 3.13 install: - method: pip path: . - - requirements: docs + extra_requirements: + - docs sphinx: # Path to your Sphinx configuration file.