# Read the Docs configuration file version: 2 build: os: ubuntu-22.04 tools: python: latest apt_packages: - autoconf - libtool - automake jobs: pre_install: - libtoolize - autoreconf --install - ./configure - make - pip install cffi - python python/src/libcpuid/_ffi_build.py --runtime-link sphinx: configuration: python/docs/conf.py python: install: - requirements: python/docs/requirements.txt