Codebase list python-django-debug-toolbar / b1638a9
Use Python 3 for building docs. Ondřej Nový 4 years ago
3 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 * d/control: Remove ancient X-Python3-Version field
77 * Convert git repository from git-dpm to gbp layout
88 * Use debhelper-compat instead of debian/compat.
9 * Use Python 3 for building docs.
910
1011 -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:08:38 +0100
1112
1414 python3-html5lib,
1515 python-setuptools,
1616 python3-setuptools,
17 python-sphinx (>= 1.0.7+dfsg-1~),
17 python3-sphinx (>= 1.0.7+dfsg-1~),
1818 python-sqlparse (>= 0.2.0),
1919 python3-sqlparse
2020 Standards-Version: 4.1.2
1717
1818 override_dh_auto_build:
1919 dh_auto_build
20 PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html
20 PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml docs/ build/html