Is there a offline version of the documentation ?
# general
v
Is there a offline version of the documentation ?
j
Our documentation is all generated! So our git repo is technically an offline version 😛 You can generate it on your local machine using:
Copy code
cd Daft/docs/
make html
Then all the files can just be browsed using your browser in the
docs/build/html
folder
v
😉 I tried that .. it was giving too many errors ( i am on windows) .. so I thought there might be easier way
j
Ahhh I see
v
will give wsl a try ...
j
Looks like there’s a pretty easy way to enable this: https://docs.readthedocs.io/en/stable/guides/enable-offline-formats.html