mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Pickle (#1134)
* 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:
@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user