GOPHER Wiki - TheJacksonLaboratory/Gopher GitHub Wiki
This wiki contains a few pointers for building GOPHER and its documentation.
Building the read the docs
there seems to be a discrepancy between various systems One of the following may work
$ make html
$ sphinx-autobuild . _build/html
$ sphinx-build . _build/html
On the mac
$ python3 -m pip install sphinx
$ python3 -m pip install sphinx_rtd_theme
$ sphinx-build . _build/html