mirror of
https://github.com/maptiler/tileserver-gl.git
synced 2024-11-05 05:20:26 +03:00
0a8c98681c
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
19 lines
388 B
YAML
19 lines
388 B
YAML
# Read the Docs configuration file for Sphinx projects
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
# Required
|
|
version: 2
|
|
|
|
# Set the version of Python and other tools you might need
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
# Build documentation in the doc/help/ directory with Sphinx
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats:
|
|
- pdf
|