|
@@ -9,14 +9,15 @@ version: 2
|
|
|
build:
|
|
|
os: ubuntu-22.04
|
|
|
tools:
|
|
|
- python: "3.11"
|
|
|
+ python: "3.7"
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
sphinx:
|
|
|
- configuration: source/conf.py
|
|
|
+ builder: html
|
|
|
+ configuration: document/source/conf.py
|
|
|
|
|
|
# We recommend specifying your dependencies to enable reproducible builds:
|
|
|
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
|
|
python:
|
|
|
install:
|
|
|
- - requirements: source/requirements.txt
|
|
|
+ - requirements: document/source/requirements.txt
|