-
Notifications
You must be signed in to change notification settings - Fork 41
using hoverxref with php domain ? #305
Comments
PHP Sphinx domain is not currently supported. I think it could be added by doing something similar to what we are doing with the Python domain:
Note that I'm not currently working on this extension to add new features since we replacing it with a more generic feature built-in into the Read the Docs platform. |
Thanks for your answer. What I did is
However, the build in RTD does not show any error but it acts just like hoverxref was unexistent ... I also have those lines in the build
which makes me think that hoverxref is present (I'm ok with the default, reason why I didn't define them in hoverxref_role_types. I have the same log warning in the local build) Any idea ? RTD build : https://app.readthedocs.org/projects/tisaac-boilerplate/builds/25533610/ Thanks ! |
Yeah, the extension doesn't work locally. You should confirm that on Read the Docs you are executing your modified version of hoverxref. I guess you are not, because it should show at least the same "Loading..." message. |
I'm not completely familliar with the RTD architecture and domain principles, but I struggle to add crossref to a PHP class (or watherver) definition.
In short, when using the "default" cross-ref system, all works using
However, I cannot find the equivalent using hoverxref
Here is my conf.py
And the file where the class is defined
Can you give me some hint to solve the issue ? Thanks
Future work will be to cross ref some methods of the class and so on...
Thanks !
The text was updated successfully, but these errors were encountered: