We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e4fc5 commit 20b365aCopy full SHA for 20b365a
docs/conf.py
@@ -21,12 +21,11 @@
21
sys.path.insert(0, os.path.abspath('../'))
22
23
# Fetch version number
24
-from htmlement import __version__, __copyright__, __author__
+from htmlement import __version__
25
26
# General information about the project.
27
project = 'HTMLement'
28
-copyright = __copyright__
29
-author = __author__
+author = "William Forde"
30
31
# The version info for the project you're documenting, acts as replacement for
32
# |version| and |release|, also used in various other places throughout the
0 commit comments