Then run `make clean && make html && make latexpdf` in the root of the manual directory and it should build successfully!
## Getting mulitple Versions to Work
To change into the file for the code you cloned from git of sphinxconfig-versioning and run ``` cd sphinxcontrib-versioning && sudo python3 setup.py install```
## Making changes and seeking your changes to be pulled
**Before you do the below, please update PROGRESS.md to reflect your changes.**
You can see the options for building the documentation by running `make help`. You can make the html version by running `make html`. You can make a pdf version of the lubuntu manual with `make latexpdf`. If you just want to check for warnings or errors building run `make dummy`.