Dockstore is using Read the Docs for documentation!
Below are some tips for setting up the documentation locally and updating the code.
Install pip dependencies (Requires Python)
pip install -r requirements.txt
Go to the docs directory
cd docs
Generate the HTML
make html
Check for broken links
make linkcheck
Open the _build/html/index.html in your browser!