summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-14 12:33:57 -0400
committerChris McDonough <chrism@plope.com>2015-04-14 12:33:57 -0400
commit2079ee378e88230f95a147072f3b2d640d6f89f1 (patch)
tree719b2ee63d059adbd2bc4d8a15183938a0b39cf6 /RELEASING.txt
parentfd9110628050a389928b9d3263c4f586bb282cc3 (diff)
downloadpyramid-2079ee378e88230f95a147072f3b2d640d6f89f1.tar.gz
pyramid-2079ee378e88230f95a147072f3b2d640d6f89f1.tar.bz2
pyramid-2079ee378e88230f95a147072f3b2d640d6f89f1.zip
no need to explicitly try to build docs, its now part of a tox run
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 3c9159850..d891aa620 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -29,12 +29,6 @@ Releasing Pyramid
- update README.rst to use correct versions of badges and URLs according to
each branch and context, i.e., RTD "latest" == GitHub/Travis "1.x-branch".
-- Make sure docs render OK::
-
- $ tox -e {py2,py3}-docs
-
- There should be no meaningful errors or warnings.
-
- Change setup.py version to the new version number.
- Change CHANGES.txt heading to reflect the new version number.