Put in explicit build info

This commit is contained in:
Jakob Aleksandrovich 2023-09-29 20:57:03 +02:00
parent 720bbc636f
commit 85eed1c037
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
version: 2 version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
# Build documentation in the docs/ directory with Sphinx # Build documentation in the docs/ directory with Sphinx
sphinx: sphinx:
configuration: content/conf.py configuration: content/conf.py
@ -12,7 +17,7 @@ formats:
# Optionally set the version of Python and requirements required to build your docs # Optionally set the version of Python and requirements required to build your docs
python: python:
version: "3.7" # version: "3.7"
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt