X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=539fddac4550ee3eb6651d51b1550b1488f77141;hp=52ea37767e1baf41e824e4a6f293c3304a981ddd;hb=13450f371aa445a050f7735d060d301abb340dc6;hpb=f9dda9d355a3d7e4c76d3ab94b38c8aeeebf99d1 diff --git a/cookiecutter b/cookiecutter index 52ea377..539fdda 100755 --- a/cookiecutter +++ b/cookiecutter @@ -15,7 +15,7 @@ cd "$HOME/tmp/$project_name" && mv project "$project_name" && replace '{project}' "$project_name" .gitignore README.txt \ - docs/genapidocs mk-distr publish-docs setup.py tox.ini && + 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 &&