Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
While mick@thelastpickle.com was generating docs today we accidentally pushed empty nodetool docs because the make website target doesn't fail if nodetool fails to run. We believe that this is due to the line in gen-nodetool-docs.py which uses subprocess.call instead of check_call.
Let's make it so that if you try to build docs without nodetool being available the build should fail so that we cant make the same mistake again.
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-16093 Cassandra website is building/including the wrong versioned nodetool docs
- Resolved
-
CASSANDRA-16066 Create tooling and update repository layout to render new website
- Resolved