Small-Bodies-Node / pds4_tools

Python package to read and display NASA PDS4 data.
17 stars 13 forks source link

Fix Sphinx missing ref warnings for six #25

Closed LevN0 closed 4 years ago

LevN0 commented 4 years ago

Sphinx has suppress_warnings config option but it does not seem to allow targeting only specific files. I could exclude six altogether from Sphinx but would rather it show up in the docs. Thus I resort to adjusting Six docstrings slightly.