I just noticed this https://github.com/ansible/ansible/pull/25313 got merged in latest devel version (2.4) and thought others might find it useful when
In essence you can just rebuild a single page of the documentation like this
make htmlsingle rst=intro_windows.rst
Many thanks to Matt for adding this.
Jon