readthedocs / sphinxcontrib-dotnetdomain

A Sphinx domain for .NET languages
MIT License
15 stars 17 forks source link

Fix any reference lookups on domain #41

Closed agjohnson closed 9 years ago

agjohnson commented 9 years ago

This limits any reference lookups to only the main roles, designating roles with long directives as alternate roles. The default implementation here is for the Sphinx env to lookup against all roles on the domain, which will return duplicate objects, as both the short and long directives point to the same object class. Ensure we have no warnings when using using any references that shouldn't collide.

Fixes #40

ericholscher commented 9 years ago

:+1: