* load pickle from scratch, don't deepcopy
* allow output module `import` without side effects
* set up intersphinx for py3 and twisted
This commit is contained in:
Michel Oosterhof
2019-05-21 01:00:49 +04:00
committed by GitHub
parent c0217d3ef4
commit f551b249f0
28 changed files with 80 additions and 87 deletions

View File

@ -189,3 +189,8 @@ epub_exclude_files = ['search.html']
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
# -- Options for intersphinx extension ---------------------------------------
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
'twisted': ('https://twistedmatrix.com/documents/current/api/', None)}