mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
15 lines
251 B
YAML
15 lines
251 B
YAML
# See http://read-the-docs.readthedocs.io/en/latest/yaml-config.html
|
|
|
|
# Build HTML zip, PDF & ePub
|
|
formats:
|
|
- htmlzip
|
|
- epub
|
|
- pdf
|
|
|
|
requirements_file: requirements.txt
|
|
|
|
python:
|
|
version: 3
|
|
setup_py_install: false
|
|
pip_install: true
|