Closed
Description
I followed https://devguide.python.org/documenting/#without-make to build the docs without make:
sphinx-build -bhtml . build/html
It finished without error but nothing showed up under build/
Wonder if it's just me. Perhaps I miss something? I've followed the previous steps and make html
works for me (after blurb got installed).