mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
20 lines
265 B
YAML
20 lines
265 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats:
|
|
- epub
|
|
- pdf
|
|
|
|
python:
|
|
version: 3.7
|
|
install:
|
|
- method: setuptools
|
|
path: .
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
system_packages: false
|