soweego
soweego copied to clipboard
Remove type hints Sphinx extension
The sphinx_autodoc_typehints extension only generates hyperlinks for objects in the Python standard library, leaving all the rest unclickable.
- [ ] remove
sphinx-autodoc-typehints==1.6.0fromrequirements.txt; - [ ] remove the
'sphinx_autodoc_typehints'declaration fromdocs/conf.py; - manually add types with explicit hyperlinks to docstrings in all modules:
- [ ] importer;
- [ ] ingester;
- [ ] linker;
- [ ] validator;
- [ ] wikidata;
- [ ] commons, requires #291.