Fix sphinx build warnings

This commit is contained in:
Andrew Janke
2018-12-18 13:57:40 -05:00
parent 0dfc4c3555
commit 249f031fbb
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -279,5 +279,5 @@ epub_exclude_files = [
todo_include_todos = True
intersphinx_mapping = {
'python': ('http://docs.python.org/', None),
'python': ('https://docs.python.org/3', None),
}