Closed Plaskowitz closed 4 years ago
I think you may have found a reproduction of #95, which I was looking for in order to merge it! Can you perchance reduce your code to a minimal case that reproduces this bug? If so, I will merge the fix ASAP.
Hello,
Not sure how you want my reduced code but here is a zipped version: sphinx-js_issue#133.zip
When i run make html
the error occurs. (Still on the same versions as in the Traceback above)
Note:
When I delete line 13 in the index.rst the error changes into:
No JSDoc documentation was found for object "./subfolder/test.testFunction" or any path ending with that.
Suggesting that I might still do something wrong here...
Perfect; thank you. I will take a look.
Your reproduction works great. I will distill it to a test, and then it's off to the races. Thank you!
Fixed in ed4df1de93238afc09240222ce48d0f16f21af66! Thanks so much for the reproduction; that made all the difference. In fact, while I was in there, I found another problem with the suffix tree. I'll fix that one, too. Thanks again!
Hello,
I am currently documenting my Django Project. But I have a problem with ambiguous functionnames that occur in different JavaScript files. I tried using the Pathname to solve this:
.. js:autofunction:: ./tt_timeout/static/tt_timeout/js/on_page_load.readyFunc
But when doing so I get this error:
Exception occurred: File "C:\Users\username\AppData\Roaming\Python\Python37\site-packages\six.py", line 581, in iterkeys return iter(d.keys(**kw)) AttributeError: 'Value' object has no attribute 'keys'.
Full Traceback:
Does anybody know what I am doing wrong, or where the problem lies? Thanks for your help! Much appreciated!