Contents:
We are now ready to build our first website using sphinx!
If you arent already, go to the docs folder and simply run:
docs
make html
Congrats! The website has been built :)
Let’s push our work to GitHub so we can publish our website.
git add . git commit -m "added docs" git push