Skip to content

Commit 41fe3e1

Browse files
committed
More README-dev improvements
1 parent 34bd741 commit 41fe3e1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README-dev.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Releasing
2626
so that it looks like ``(x, y, z, 'post')``
2727
* After a beta or rc release, this should look like ``(2, 1, '0b1', 'post')``
2828
* Commit and push
29+
* Update the JIRA versions: https://datastax-oss.atlassian.net/plugins/servlet/project-config/PYTHON/versions
2930

3031
Building the Docs
3132
=================
@@ -56,6 +57,12 @@ For example::
5657
git commit -m 'Update docs'
5758
git push origin gh-pages
5859

60+
If docs build includes errors, those errors may not show up in the next build unless
61+
you have changed the files with errors. It's good to occassionally clear the build
62+
directory and build from scratch::
63+
64+
rm -rf docs/_build/*
65+
5966
Running the Tests
6067
=================
6168
In order for the extensions to be built and used in the test, run::

0 commit comments

Comments
 (0)