From c3a8acabd00c6ebdcee22a90b2bc96311c2fea5e Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Fri, 9 Mar 2018 16:25:20 +0800 Subject: [PATCH] Remove contributing from readthedocs, closes #714 --- doc/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 60d3c1cc..14661348 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -351,5 +351,3 @@ with open("apis.rst", "w") as apis: if verb in verbs: apis.write(" * " + verb + ": " + " or ".join(sorted(verbs[verb])) + "\n") apis.write("\n") - -# shutil.copyfile("../Contributing.rst", "contributing.rst")