Skip to content

Commit 00b8cb2

Browse files
committed
docs config fix
1 parent bab7a60 commit 00b8cb2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
# -- Project information -----------------------------------------------------
2626

2727
project = 'NodeGraphQt'
28-
copyright = '{}, {}'.format(datetime.now().year, NodeGraphQt.__author__)
29-
author = NodeGraphQt.__author__
28+
author = NodeGraphQt.pkg_info.__author__
29+
copyright = '{}, {}'.format(datetime.now().year, author)
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = NodeGraphQt.__version__
32+
release = NodeGraphQt.VERSION
3333
# The short X.Y version
3434
version = '{0}.{1}'.format(*release.split('.'))
3535

@@ -154,7 +154,7 @@
154154
# (source start file, target name, title,
155155
# author, documentclass [howto, manual, or own class]).
156156
latex_documents = [
157-
(master_doc, 'NodeGraphQT.tex', 'NodeGraphQT Documentation',
157+
(master_doc, 'NodeGraphQT.tex', 'NodeGraphQt Documentation',
158158
'Johnny Chan', 'manual'),
159159
]
160160

@@ -164,7 +164,7 @@
164164
# One entry per manual page. List of tuples
165165
# (source start file, name, description, authors, manual section).
166166
man_pages = [
167-
(master_doc, 'nodegraphqt', 'NodeGraphQT Documentation',
167+
(master_doc, 'nodegraphqt', 'NodeGraphQt Documentation',
168168
[author], 1)
169169
]
170170

@@ -176,9 +176,9 @@
176176
# dir menu entry, description, category)
177177
texinfo_documents = [
178178
(master_doc,
179-
'NodeGraphQT', 'NodeGraphQT Documentation',
179+
'NodeGraphQt', 'NodeGraphQT Documentation',
180180
author,
181-
'NodeGraphQT',
181+
'NodeGraphQt',
182182
'Node graph framework that can be re-implemented into apps that supports PySide2.',
183183
'Miscellaneous'),
184184
]

0 commit comments

Comments
 (0)