diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-07 09:13:16 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-07 13:36:54 +0100 |
commit | c5830b7a7606d76aaecbd496560cb85b0f931ffc (patch) | |
tree | ecd97b540ed27ba7f55b576c2b2e534c770ce51f /overrides.toml | |
parent | a26828bee90d7a7b01541315c43173b1b1a81223 (diff) |
make docformat default to restructuredtext
Diffstat (limited to 'overrides.toml')
-rw-r--r-- | overrides.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overrides.toml b/overrides.toml new file mode 100644 index 0000000..85a3d1f --- /dev/null +++ b/overrides.toml @@ -0,0 +1,2 @@ +[docformat] +pydoctor = "epytext" |