sphinx (numpydoc) syntax warnings showing up in wrong file using vscode

174 Views Asked by At

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?

enter image description here

0

There are 0 best solutions below