-
-
Notifications
You must be signed in to change notification settings - Fork 600
Remove ability to conditionalize parts of the documentation #39990
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
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit 61b9f0e.
Documentation preview for this PR (built with commit c687717; changes) is ready! 🎉 |
Failing tests seem to be false-alerts. @dimpase could you please have a look at this PR. Thanks! |
thanks for taking care of this |
The new chinese tour also needs the same treatment, can you add it after the next beta is released? |
Of course, I will follow this work. |
The PR #36495 introduced the ability to disable building parts of the documentation based on some features. This was meant to help the modularization project, but was never actually used.
On the other hand, it checks for every of the around 200 document the presence of every feature, leading to quite a considerable overhead for building the documentation. Thus this feature is reverted for now (until it's actually needed and perhaps can be re-implemented in a better way).
📝 Checklist
⌛ Dependencies