#!/bin/bash
rm -r docs-build/*
rm Docs/generated/*
sphinx-build -b html Docs docs-build
