I am new to sphinx and I have currently used it to generate man pages using the man builder name through sphinx-build.
Man pages seems they are successfully generated since the final output after executing sphinx-build is:
build succeeded.
The manual pages are in build\man.
Within build\man folder I can see there are a lot of files called as filename.1
Anyway, I would like to check that those man pages have been correctly created and also I would like to check how they are displayed from Windows. So is there any way I can check this from Windows?