Skip to content

Commit 65d73e8

Browse files
committed
[IMP] Add readthedocs and update requirements
1 parent 3432211 commit 65d73e8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Diff for: docs/requirements.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Sphinx>=6
22
sphinx_rtd_theme
3+
sphinx-autodoc-typehints

Diff for: docs/requirements.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile docs/requirements.in
5+
# pip-compile requirements.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -34,16 +34,19 @@ snowballstemmer==2.2.0
3434
# via sphinx
3535
sphinx==6.2.1
3636
# via
37-
# -r docs/requirements.in
37+
# -r requirements.in
38+
# sphinx-autodoc-typehints
3839
# sphinx-rtd-theme
3940
# sphinxcontrib-applehelp
4041
# sphinxcontrib-devhelp
4142
# sphinxcontrib-htmlhelp
4243
# sphinxcontrib-jquery
4344
# sphinxcontrib-qthelp
4445
# sphinxcontrib-serializinghtml
46+
sphinx-autodoc-typehints==1.23.0
47+
# via -r requirements.in
4548
sphinx-rtd-theme==1.2.2
46-
# via -r docs/requirements.in
49+
# via -r requirements.in
4750
sphinxcontrib-applehelp==1.0.7
4851
# via sphinx
4952
sphinxcontrib-devhelp==1.0.5

Diff for: pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "zebrafy"
77
version = "1.0.0"
8-
description = "Python library for converting Zebra Programming Language (ZPL) to and from PDF, HTML, and images"
8+
description = "Python library for converting PDF and images to Zebra Programming Language (ZPL)"
99
classifiers = [
1010
"Development Status :: 4 - Beta",
1111
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
@@ -54,6 +54,7 @@ content-type = "text/x-rst"
5454

5555
[project.urls]
5656
Homepage = "https://github.com/miikanissi/zebrafy/"
57+
Documentation = "https://zebrafy.readthedocs.io/"
5758

5859
[tool.setuptools]
5960
include-package-data = false

0 commit comments

Comments
 (0)