soweego icon indicating copy to clipboard operation
soweego copied to clipboard

Remove type hints Sphinx extension

Open marfox opened this issue 6 years ago • 0 comments

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.0 from requirements.txt;
  • [ ] remove the 'sphinx_autodoc_typehints' declaration from docs/conf.py;
  • manually add types with explicit hyperlinks to docstrings in all modules:
  • [ ] importer;
  • [ ] ingester;
  • [ ] linker;
  • [ ] validator;
  • [ ] wikidata;
  • [ ] commons, requires #291.

marfox avatar Jul 30 '19 13:07 marfox