This GitHub template includes fictional Python library with some basic Sphinx docs.
The website is served at
https://how-tos.readthedocs.io/en/latest/
--
To serve locally run:
pip install -r docs/requirements.txt
followed by
sphinx-autobuild docs/source docs/_build/html
Then just open http://127.0.0.1:8000
on your browser.