Comment 1 for bug 975670

Revision history for this message
Mark Sapiro (msapiro) wrote : Re: Documentation fails to specifying sphinx requirement

How does one build the docs with sphinx installed?

src/mailman/docs/START.rst says run "python setup.py build_sphinx" but that doesn't work. It says build_sphinx is an unknown command. "python setup.py build" runs, but doesn't build the docs.

I tried "python conf.py build_sphinx" and all it did was make a symlink from build/sphinx/html/index.html to README.html which doesn't exist.

(this is with the current head - rev 7149 - of the branch)