sphinx-doc / sphinx-autobuild

Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.
MIT License
524 stars 75 forks source link

Multiple Projects on same port #63

Closed leharj closed 3 years ago

leharj commented 6 years ago

It gives error now but would be really cool and helpful if achieved

pradyunsg commented 3 years ago

If you try to serve multiple projects on the same port, that's can't work.

See https://stackoverflow.com/questions/1694144/can-two-applications-listen-to-the-same-port.