diff --git a/.readthedocs.yml b/.readthedocs.yml index 636b846f..f839fc86 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,6 @@ build: tools: python: "3.11" commands: - - pip install -U pip hatch - - hatch run docs:build + - pip install -U pip -r docs/requirements.txt + - make docs - mv docs/_build $READTHEDOCS_OUTPUT