diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a49f08612..4c7ec2a39 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,7 +23,7 @@ build: post_install: - cd docs - poetry install - + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -31,8 +31,3 @@ sphinx: # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf - -# Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt \ No newline at end of file