Welcome to mirror list, hosted at ThFree Co, Russian Federation.

requirements-pkg.txt - github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c83375e97d83e8460653e306b675f6d6d456b700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Dependencies for packaging, and distribution, including the docs build

-r requirements-dev.txt

# Check if the README.rst will render o.k. on pypi and not block an upload
# Can be used with twinecheck
# See: https://github.com/pypa/readme_renderer
readme-renderer

# sphinx pinned because it has broken several times on new releases
sphinx < 7.0
sphinx-book-theme
rst2pdf

build