Skip to content

Commit d16fcbd

Browse files
committed
Fix up documentation configuration for ReadTheDocs
1 parent 37b4c14 commit d16fcbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py renamed to docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'github3.py'
49-
copyright = u'2012 - Ian Cordasco'
49+
copyright = u'2012-2018 - Ian Stapleton Cordasco'
5050

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

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deps =
5151
sphinx>=1.3.0
5252
.
5353
commands =
54-
sphinx-build -E -W -c docs -b html docs/source/ docs/build/html
54+
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
5555

5656
[testenv:readme]
5757
deps =

0 commit comments

Comments
 (0)