mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Add patchinator config for more docs
This commit is contained in:
parent
80206e5452
commit
2c39e42fa2
|
@ -231,6 +231,9 @@ class Patchinator(object):
|
||||||
FileMap(
|
FileMap(
|
||||||
"docs/testing.rst", "docs/topics/channels/testing.txt", docs_transforms,
|
"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):
|
def __init__(self, source, destination):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user