1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

enable cups binding in documentation

This commit is contained in:
Patrick Kanzler
2023-08-10 00:33:14 +02:00
parent 98c53cb256
commit 00ca32372f
2 changed files with 4 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ deps = sphinx>=3.0.0
sphinxcontrib-spelling>=7.2.0
sphinxcontrib.datatemplates
sphinx_rtd_theme
pycups
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]