32ad8a96b0
- uplifted/downgraded some python modules - fixed falcon.API deprecation - -> falcon.App - uplifted deckhand reference for python deps - fixed formatting style using yapf linter - added bindep role and bindep.txt file with required deps - fixed quai docker image publishing - re-enabled openstack-tox-py38 gate job Change-Id: I0e248182efad75630721a1291bc86a5edc79c22a
28 lines
702 B
YAML
28 lines
702 B
YAML
# .readthedocs.yml
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
# Required
|
|
version: 2
|
|
|
|
# Build documentation in the doc/ directory with Sphinx
|
|
sphinx:
|
|
configuration: doc/source/conf.py
|
|
|
|
# Build documentation with MkDocs
|
|
#mkdocs:
|
|
# configuration: mkdocs.yml
|
|
|
|
# Optionally build your docs in additional formats such as PDF and ePub
|
|
formats:
|
|
- pdf
|
|
|
|
# Optionally set the version of Python and requirements required to build your docs
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: doc/requirements.txt
|
|
- requirements: requirements.txt
|
|
- requirements: requirements-direct.txt
|
|
- requirements: requirements-frozen.txt
|