Browse Source

misc

pull/543/head
Simon Conseil 5 months ago
parent
commit
84ca95204f
  1. 4
      .readthedocs.yml
  2. 2
      LICENSE
  3. 2
      pyproject.toml
  4. 4
      tox.ini

4
.readthedocs.yml

@ -1,9 +1,9 @@
version: 2 version: 2
build: build:
os: ubuntu-22.04 os: ubuntu-24.04
tools: tools:
python: "3.12" python: "3.13"
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py

2
LICENSE

@ -1,5 +1,5 @@
The MIT License (MIT) 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to of this software and associated documentation files (the "Software"), to

2
pyproject.toml

@ -25,7 +25,7 @@ dependencies = [
"click", "click",
"Jinja2>=2.7", "Jinja2>=2.7",
"Markdown", "Markdown",
"Pillow>=8.0.0", "Pillow>=10.0.0",
"pilkit", "pilkit",
"natsort", "natsort",
] ]

4
tox.ini

@ -25,11 +25,11 @@ commands =
pytest --cov sigal --cov-report term --durations=10 tests/ pytest --cov sigal --cov-report term --durations=10 tests/
[testenv:doc] [testenv:doc]
whitelist_externals = make changedir = docs
extras = docs extras = docs
usedevelop = true usedevelop = true
commands = commands =
make -C docs html sphinx-build -b html -d _build/doctrees -j auto . _build/html
[testenv:demo] [testenv:demo]
usedevelop = true usedevelop = true

Loading…
Cancel
Save