diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4837506..45cbd40 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,13 +7,6 @@ build: os: ubuntu-22.04 tools: python: "3.11" - jobs: - post_checkout: - - git fetch --unshallow - pre_install: - - pip install -r requirements.d/rtd.txt - - python setup.py build_cython - - python setup.py build_ext --inplace apt_packages: - build-essential - pkg-config