Fixed build instructions mistake.

'pre_build' is child of 'jobs', not of 'build'
This commit is contained in:
yakob-aleksandrovich 2023-10-06 15:30:39 +02:00
parent 13928590f5
commit 862ad15e6c
1 changed files with 4 additions and 3 deletions

View File

@ -5,9 +5,10 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.7"
pre_build:
- mkdir -p $READTHEDOCS_OUTPUT/pdf
- wget https://www.sbl-site.org/Fonts/SBL_grk.ttf -O $READTHEDOCS_OUTPUT/pdf/SBL_grk.ttf
jobs:
pre_build:
- mkdir -p $READTHEDOCS_OUTPUT/pdf
- wget https://www.sbl-site.org/Fonts/SBL_grk.ttf -O $READTHEDOCS_OUTPUT/pdf/SBL_grk.ttf
# Build documentation in the docs/ directory with Sphinx
sphinx: