We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b4c14 commit d16fcbdCopy full SHA for d16fcbd
docs/conf.py renamed to docs/source/conf.py
@@ -46,7 +46,7 @@
46
47
# General information about the project.
48
project = u'github3.py'
49
-copyright = u'2012 - Ian Cordasco'
+copyright = u'2012-2018 - Ian Stapleton Cordasco'
50
51
# The version info for the project you're documenting, acts as replacement for
52
# |version| and |release|, also used in various other places throughout the
tox.ini
@@ -51,7 +51,7 @@ deps =
sphinx>=1.3.0
.
53
commands =
54
- sphinx-build -E -W -c docs -b html docs/source/ docs/build/html
+ sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
55
56
[testenv:readme]
57
deps =
0 commit comments