-
|
I recently discovered the I was hoping to use Also, in doing research, I was reading about the new(er) intersphinx syntax in the sphinx.ext.intersphinx docs and noticed a potential error on L81. It has a typo with a missing leading colon, but also the syntax doesn't match the syntax in the external role docs, making the proper syntax: I'm happy to make a PR to fix the typo, but didn't know if more (small, as I know there is a lot of sweeping improvements to be made) docs updates would come out of a potential discussion. edit: PR made: #12941 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Ahhh, I should be using |
Beta Was this translation helpful? Give feedback.
Ahhh, I should be using
ref.ref,ref.doc, etc. I'll leave this up if anyone has additional docs improvement suggestions, otherwise I'll give it some thought and try based on my attempt at using suppress_warnings for such things.