mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-03 04:36:40 +00:00
39 lines
868 B
YAML
39 lines
868 B
YAML
# Copyright © 2020 Interplanetary Database Association e.V.,
|
|
# Planetmint and IPDB software contributors.
|
|
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
|
|
|
#build:
|
|
# image: latest
|
|
|
|
#python:
|
|
# version: 3.9
|
|
# pip_install: true
|
|
|
|
|
|
# Required
|
|
version: 2
|
|
|
|
# Set the version of Python and other tools you might need
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
# You can also specify other tool versions:
|
|
# nodejs: "16"
|
|
# rust: "1.55"
|
|
# golang: "1.17"
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
|
# formats:
|
|
# - pdf
|
|
|
|
# Optionally declare the Python requirements required to build your docs
|
|
python:
|
|
install:
|
|
- requirements: docs/root/requirements.txt
|