Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add make serve to makefile #216
Conversation
Why do you want this? Since the devguide is entirely static and uses relative paths you can simply open up the files locally in the browser and have things render properly. |
Hi @mlouielu, My typical workflow is to |
@brettcannon you are right, but some additional function like @willingc |
Thanks for clarifying @mlouielu. I'm fine with being consistent with the CPython doc build which uses
|
@mlouielu in 3.7, I have added the support of a directory for |
@mlouielu will you support the Update: this comment is useless, sorry |
Sure thing. Thanks @mlouielu and @matrixise. |
Borrow from python/cpython documentation, add
make serve
to serve devgudie at localhost (port 8000).If the doc didn't build up, it will first build up then serve the devguide.