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
Refer to the [published sample](https://github.com/hunyadi/sphinx_doc/blob/master/doc/conf.py) for a more detailed example how to use this extension with Sphinx.
31
31
32
+
## Installation
33
+
34
+
This package is [published to PyPI](https://pypi.org/project/python-sphinx-doc/).
35
+
36
+
```sh
37
+
pip install --upgrade python-sphinx-doc
38
+
```
39
+
32
40
## Motivation
33
41
34
42
To pass type information to `autodoc`, you would normally be required to use the [info field list](https://www.sphinx-doc.org/en/master/usage/domains/python.html#info-field-lists) items `:param:` and/or `:type:` with explicit type specification:
0 commit comments