mirror of
https://github.com/mozilla/ichnaea.git
synced 2025-12-05 01:10:44 +00:00
Update the scripts, docs, and config to use the single requirements.txt and requirements.in. Delete the old requirements directory.
16 lines
365 B
YAML
16 lines
365 B
YAML
# Required
|
|
version: 2
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
# Optionally build your docs in additional formats such as PDF and ePub
|
|
formats: all
|
|
|
|
# Optionally set the version of Python and requirements required to build your docs
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: requirements-docs.txt
|