In my docs/source/conf.py
file, I have the numpydoc
extension enabled, and it's generally working, except I'm getting docstring errors from different python files showing up as being caused in line 1, column 1 of the conf.py
file instead of the source file.
Is there anyway to get these warnings to show up on the correct file?