Skip to content

Commit 859948f

Browse files
committed
Fixed Sphinx errors
1 parent cdf70a2 commit 859948f

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

docs/source/barcode.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Introduction
22
============
33

44
This package was created to have barcodes available with pure-python.
5-
Pillow_ is required for exporting for exporting images (png, jpg), although not
5+
Pillow_ is required for exporting images (png, jpg), although not
66
for SVGs.
77

88
All you need to create a barcode is to know the system (EAN, UPC, ...)
@@ -11,8 +11,6 @@ need the checksum, it will be calculated automatically. In some systems
1111
(Code 39) the checksum is optional, there you can give the `add_checksum`
1212
keyword argument (default is True).
1313

14-
As of version 0.7beta3 Python 3 is supported, but not well tested.
15-
1614
.. _Pillow: https://python-pillow.org/
1715

1816
Creating barcodes as SVG

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
# Add any paths that contain custom static files (such as style sheets) here,
134134
# relative to this directory. They are copied after the builtin static files,
135135
# so a file named "default.css" will overwrite the builtin "default.css".
136-
html_static_path = ["_static"]
136+
html_static_path = ['images']
137137

138138
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
139139
# using the given strftime format.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
㊙️ python-barcode's documentation
2-
=================================
2+
===================================
33

44
.. image:: /images/pybarcode.png
55

0 commit comments

Comments
 (0)