if sys.argv[-1] == 'init_docs':
    os.system('mkdir -p docs && cd docs/ && sphinx-quickstart && cd ..')
    sys.exit()