hey everyone, does your documentation support cros...
# ask-community
c
hey everyone, does your documentation support cross references using intersphinx?
1
for context, we write our documentation using Sphinx and I'd love to make references to your docs like:
Copy code
:class:`prefect.flow.Flow`
the answer is yes, find the full inventory with:
Copy code
python -m sphinx.ext.intersphinx <https://docs.prefect.io/latest//objects.inv>
🙌 1