diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-15 12:00:16 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-15 12:00:16 -0400 |
commit | 305133e16a4fc035f4b2301a5eb9cdc40812e214 (patch) | |
tree | 1c0f6cf1d394af6d226b40b05ef52d61ddd0c3af /doc/source/conf.py | |
parent | 021d43058412aa84777bc0383fe997e81b06363f (diff) |
Add documentation references for the bs4 module itself as well as all currently documented classes.
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 7ba53ac..e32d6b8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Beautiful Soup' -copyright = u'2004-2020, Leonard Richardson' +copyright = u'2004-2023, Leonard Richardson' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |