1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Merge branch 'master' into belono/issue245

This commit is contained in:
Benito López
2023-05-28 23:32:20 +02:00
committed by GitHub
20 changed files with 220 additions and 57 deletions

View File

@@ -122,6 +122,7 @@ pygments_style = "sphinx"
# a list of builtin themes.
if on_rtd:
html_theme = "default"
print("recognized execution on RTD")
else:
try:
import sphinx_rtd_theme

View File

@@ -2,9 +2,10 @@ pyusb
Pillow>=2.0
qrcode>=4.0
pyserial
sphinx-rtd-theme
sphinx-rtd-theme==1.2.1
setuptools
setuptools-scm
docutils>=0.12
sphinxcontrib-spelling>=7.2.0
python-barcode>=0.11.0,<1
importlib-metadata