Skip to content

Commit 951d88e

Browse files
committed
Fix copyright and author settings in documentation
1 parent ecc8a69 commit 951d88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1212

1313
project = 'lxml_html_clean'
14-
copyright = '2024, Lumír Balhar'
15-
author = 'Lumír Balhar'
14+
copyright = '2020, lxml dev team'
15+
author = 'lxml dev team'
1616

1717
# -- General configuration ---------------------------------------------------
1818
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)