SimpleBus / docs

[READ ONLY] Documentation for the SimpleBus organisation
http://docs.simplebus.io/
4 stars 16 forks source link

Add readme on how to generate the docs locally #47

Closed ruudk closed 6 years ago

ruudk commented 6 years ago

I cannot generate the docs locally:

$ make html
sphinx-build -b html -d _build/doctrees   . _build/html
make: sphinx-build: No such file or directory
make: *** [html] Error 1
cmodijk commented 6 years ago

I used $ make autobuild in the past but my machine is broken at the moment will look into it this weekend.

cmodijk commented 6 years ago

Fixed my machine and $ make html and $ make autobuild both work did you install the pip install -r requirements.txt ?

ruudk commented 6 years ago

Yep I did :(