mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
23 lines
533 B
YAML
23 lines
533 B
YAML
version: 2
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: latest
|
|
jobs:
|
|
# We recommend using a requirements file for reproducible builds.
|
|
# This is just a quick example to get started.
|
|
# https://docs.readthedocs.io/page/guides/reproducible-builds.html
|
|
install:
|
|
- pip install zensical
|
|
build:
|
|
html:
|
|
- zensical build
|
|
post_build:
|
|
- mkdir -p $READTHEDOCS_OUTPUT/html/
|
|
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/
|