-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common: fix infinite recursion #6118
Conversation
I dont understand where the recursion is without this PR that makes a lot of seemingly unrelated changes to add items to blimp |
Recusion comes from the hidden toc on makefly rtf pages, there are two that are referencing each other. |
common/source/docs/common-rtf.rst
Outdated
@@ -64,9 +64,11 @@ VTOL/QuadPlanes from Partners | |||
* `FlyDragonDroneTech - FDG30 <https://www.droneassemble.com/product/vtol-uav-6-hours-endurance-with-1kg-payload-for-survey-serveillance/>`__ | |||
* `FlyDragonDroneTech - FDG50F <https://www.droneassemble.com/product/hybrid-vtol-uav-7-hours-endurance-with-10kgs-payload/>`__ | |||
* :ref:`Holybro Swan-K1 <common-Swan-K1>` | |||
* :ref:`MakeFLyEasy - Fighter Hand Throw <common-makeflyeasy-fighter-hand-throw>` | |||
* :ref:`MakeFLyEasy - Fighter VTOL <common-makeflyeasy-fighter-vtol>` | |||
* `MakeFLyEasy - Freeman 2300 <https://www.aliexpress.com/item/10000223137957.html?spm=a2g0o.store_home.productList_1076398524.pic_3>`__ | |||
* `MakeFLyEasy - Freeman 2100 <https://www.aliexpress.com/item/10000223137957.html?spm=a2g0o.store_home.productList_1076398524.pic_2>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this model linked now?
@khancyr still awaiting changes |
@Hwurzburg updated with corrections |
fix infinite recursion that show with newer sphinx versionx
Recusion comes from the hidden toc on makefly rtf pages, there are two that are referencing each other.
Removing one, then trigger a not included into doctree issue, so I move up the hidden doctree to the common rtf page. This now trigger issue with missing include for blimp, thus the massive update on blimp