scummvm/.readthedocs.yaml
Le Philousophe c176474f1c DOCS: Update Sphinx to latest version
- 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
2024-02-03 15:28:57 +01:00

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