mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
c176474f1c
- Only enforce major versions and not specific versions of packages - Replace obsolete sphinx_panels extension by sphinx_design which is maintained - Remove useless sphinx_tabs.tabs (tabs from sphinx_panels were used) - Only enforce Python 3 instead of setting the minor version
17 lines
200 B
YAML
17 lines
200 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3"
|
|
|
|
sphinx:
|
|
configuration: doc/docportal/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: doc/docportal/requirements.txt
|
|
|
|
formats:
|
|
- pdf
|