# Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.12" jobs: post_build: - mkdir -p $READTHEDOCS_OUTPUT/pdf/ - mv ./_readthedocs/html/build.pdf $READTHEDOCS_OUTPUT/pdf/$READTHEDOCS_PROJECT.pdf formats: - pdf mkdocs: configuration: docs/mkdocs.fr.yml python: install: - requirements: requirements_rtd.txt