From a3cca030629f15813107ba040a04965b027baa2f Mon Sep 17 00:00:00 2001 From: Trevor Keller Date: Wed, 20 Sep 2017 14:24:53 -0400 Subject: [PATCH] Copy CONTRIBUTING for readthedocs Closes #103 --- doc/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 7bf56b2..e3116a8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -221,10 +221,11 @@ def setup(app): os.makedirs(directory) files_to_copy = ( - 'README.rst', + 'CONTRIBUTING.md', + 'HiPerC.png', 'LICENSE.md', + 'README.rst', 'common-diffusion/diffusion.*.png', - 'HiPerC.png' ) for fpath in files_to_copy: