|
|
|
@ -14,17 +14,15 @@ build:
|
|
|
|
|
# nodejs: "19" |
|
|
|
|
# rust: "1.64" |
|
|
|
|
# golang: "1.19" |
|
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx |
|
|
|
|
|
|
|
|
|
sphinx: |
|
|
|
|
configuration: docs/conf.py |
|
|
|
|
|
|
|
|
|
# If using Sphinx, optionally build your docs in additional formats such as PDF |
|
|
|
|
formats: |
|
|
|
|
- pdf |
|
|
|
|
- epub |
|
|
|
|
formats: all |
|
|
|
|
|
|
|
|
|
# Optionally declare the Python requirements required to build your docs |
|
|
|
|
#python: |
|
|
|
|
# install: |
|
|
|
|
# - requirements: docs/requirements.txt |
|
|
|
|
python: |
|
|
|
|
install: |
|
|
|
|
- requirements: docs/requirements.txt |