I am pretty new to sphinx, but I am trying to set up documentation for a project I am working on.
I am using the napoleon extension with numpy docstrings and I am getting many errors that look like this; C:\Coding\Python\PythonPackageLinks\dataquick\loaders.py:docstring of dataquick.loaders.load_dqftxt:: WARNING: more than one target found for cross-reference 'DataQuickFrame': dataquick.structures.dataquickframe.DataQuickFrame, dataquick.structures.DataQuickFrame C:\Coding\Python\PythonPackageLinks\dataquick\loaders.py:docstring of dataquick.loaders.load_file:: WARNING: more than one target found for cross-reference 'DataQuickFrame': dataquick.structures.dataquickframe.DataQuickFrame, dataquick.structures.DataQuickFrame I tried to construct a simple setup as per this question on StackOverflow https://stackoverflow.com/questions/47993145/sphinx-cross-reference-multiple-target-warnings-with-classes-of-the-same-name?noredirect=1#comment82983261_47993145 However, I was not able to reproduce the problem this way. As such, I am not sure what is causing the Warning and I am looking for guidance as to how I might figure it out Thank you Vince -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
