From 20b365a06605a741944791937bafe21b6ab2fbce Mon Sep 17 00:00:00 2001 From: willforde Date: Fri, 21 Oct 2022 01:25:58 +0100 Subject: [PATCH] fix docs build --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4e04f86..7a16dfb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,12 +21,11 @@ sys.path.insert(0, os.path.abspath('../')) # Fetch version number -from htmlement import __version__, __copyright__, __author__ +from htmlement import __version__ # General information about the project. project = 'HTMLement' -copyright = __copyright__ -author = __author__ +author = "William Forde" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the