From 855b115daba16bfe9c9da29198c567921c405b93 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Dec 2015 22:35:44 -0200 Subject: [PATCH] Remove plugins_index generation from HOWTORELEASE --- HOWTORELEASE.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HOWTORELEASE.rst b/HOWTORELEASE.rst index ddc89eb42..fd104722a 100644 --- a/HOWTORELEASE.rst +++ b/HOWTORELEASE.rst @@ -41,8 +41,7 @@ Note: this assumes you have already registered on pypi. 8. Build the docs, you need a virtualenv with py and sphinx installed:: - cd doc/en - python plugins_index/plugins_index.py + cd doc/en make html Commit any changes before tagging the release.