You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sphinx-apidoc -d 2 -M -f -o docs aiogoogle/ && cd docs && make html && cd .. && chromium-browser docs/_build/html/index.html
cd docs && make html || (echo "make sure you are in a virtual env and have docs_requirements.txt installed" && cd .. && exit 1) && cd .. && sensible-browser docs/_build/html/index.html