version: 2 build: os: "ubuntu-22.04" tools: python: "3.7" jobs: post_build: - mkdir -p $READTHEDOCS_OUTPUT/html/fonts - cp fonts/SBL_Hbrw.ttf $READTHEDOCS_OUTPUT/html/fonts - cp fonts/SBL_Hbrw.woff $READTHEDOCS_OUTPUT/html/fonts - ls -al # Build documentation in the docs/ directory with Sphinx sphinx: configuration: content/conf.py # Optionally build your docs in additional formats such as PDF formats: - epub - htmlzip # Optionally set the version of Python and requirements required to build your docs python: # version: "3.7" install: - requirements: docs/requirements.txt submodules: include: all