Follow these steps to build the documentation.
git clone https://github.com/apache/datasketches-python.gitcd datasketches-python git branch new-branch git checkout new-branch
python or python3, as indicated by python(3).python -m venv venv # create a new virtual env named venv using system python source venv/bin/activate python(3) -m pip install sphinx # now using venv python python(3) -m pip install sphinx-rtd-theme
python(3) -m pip install . to build the python bindings.cd python/docs make html open build/html/index.html