X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=13073a338e4e7801035b7a90478f96769054eccd;hp=ffb815e3d28802f1e1d24a4fc0e51f08c2655d49;hb=2fef08d7f9832ef189edc11e4f67b7c817d4558e;hpb=91b93d9d010f6d34943a0e4aeffd3c9f0ee2879c diff --git a/cookiecutter b/cookiecutter index ffb815e..13073a3 100755 --- a/cookiecutter +++ b/cookiecutter @@ -15,7 +15,8 @@ cd "$HOME/tmp/$project_name" && mv project "$project_name" && replace '{project}' "$project_name" .gitignore README.txt \ - docs/genapidocs docs/install.rst mk-distr publish-docs setup.py tox.ini && + devscripts/README.html docs/genapidocs docs/install.rst \ + mk-distr publish-docs setup.py tox.ini && sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \ -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&