diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 058439a6..557862cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: readthedocs/conf.py + configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePub formats: @@ -28,4 +28,4 @@ formats: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: readthedocs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/readthedocs/conf.py b/docs/conf.py similarity index 100% rename from readthedocs/conf.py rename to docs/conf.py diff --git a/readthedocs/requirements.txt b/docs/requirements.txt similarity index 100% rename from readthedocs/requirements.txt rename to docs/requirements.txt