diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0974176..fa15592 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,10 +15,6 @@ build: # rust: "1.64" # golang: "1.19" -# Build documentation in the "docs/" directory with Sphinx -sphinx: - configuration: docs/source/conf.py - # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf @@ -29,4 +25,8 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/source/conf.py \ No newline at end of file