We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fd0f7 commit e3719c6Copy full SHA for e3719c6
docs/src/conf.py
@@ -70,7 +70,7 @@
70
71
# General information about the project.
72
project = info['name']
73
-copyright = u'2017, Neosapience, Inc.'
+copyright = info['copyright']
74
author = info['authors']
75
76
# The version info for the project you're documenting, acts as replacement for
info.json
@@ -2,5 +2,6 @@
2
"name": "darkon",
3
"version": "0.0.2",
4
"authors": "Neosapience, Inc.",
5
- "github_url": "https://github.com/darkonhub/darkon"
+ "github_url": "https://github.com/darkonhub/darkon",
6
+ "copyright": "2017 Neosapience, Inc"
7
}
0 commit comments