Add patchinator config for more docs

This commit is contained in:
Andrew Godwin 2016-04-26 13:07:10 +01:00
parent 80206e5452
commit 2c39e42fa2

View File

@ -231,6 +231,9 @@ class Patchinator(object):
FileMap(
"docs/testing.rst", "docs/topics/channels/testing.txt", docs_transforms,
),
FileMap(
"docs/cross-compat.rst", "docs/topics/channels/cross-compat.txt", docs_transforms,
),
]
def __init__(self, source, destination):