Skip to content

Commit 20b365a

Browse files
committed
fix docs build
1 parent 27e4fc5 commit 20b365a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
sys.path.insert(0, os.path.abspath('../'))
2222

2323
# Fetch version number
24-
from htmlement import __version__, __copyright__, __author__
24+
from htmlement import __version__
2525

2626
# General information about the project.
2727
project = 'HTMLement'
28-
copyright = __copyright__
29-
author = __author__
28+
author = "William Forde"
3029

3130
# The version info for the project you're documenting, acts as replacement for
3231
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)