v0.0.19
why: Ship the +HIDE doctest option flag so a documentation example can carry setup lines that run and are checked but stay out of the rendered page. what: - Register a no-op HIDE optionflag so `# doctest: +HIDE` parses under the pytest plugin across .rst, .md, and Python-module doctests - Document the marker in the pytest plugin how-to