sphinx-requests-typehints

Example project showing how Sphinx's autdoc and intersphinx extensions handle type hints from requests.

See the rendered API documentation at https://sphinx-requests-typehints.readthedocs.io/.

Getting started

In an active virtual environment:

pip install -r requirements.txt

make -C docs html

open docs/_build/html/example_package.html

To run a live server:

make -C docs livehtml