@ -1,9 +1,9 @@
version: 2
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"
python: "3.13"
sphinx:
configuration: docs/conf.py
@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2009-2023 - Simon Conseil
Copyright (c) 2009-2025 - Simon Conseil
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
@ -25,7 +25,7 @@ dependencies = [
"click",
"Jinja2>=2.7",
"Markdown",
"Pillow>=8.0.0",
"Pillow>=10.0.0",
"pilkit",
"natsort",
]
@ -25,11 +25,11 @@ commands =
pytest --cov sigal --cov-report term --durations=10 tests/
[testenv:doc]
whitelist_externals = make
changedir = docs
extras = docs
usedevelop = true
commands =
make -C docs html
sphinx-build -b html -d _build/doctrees -j auto . _build/html
[testenv:demo]