summaryrefslogtreecommitdiffstats
path: root/rtemsspec/applconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/applconfig.py')
-rw-r--r--rtemsspec/applconfig.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/rtemsspec/applconfig.py b/rtemsspec/applconfig.py
index e4cd29ec..98b6ab74 100644
--- a/rtemsspec/applconfig.py
+++ b/rtemsspec/applconfig.py
@@ -262,8 +262,6 @@ def _sphinx_ref(ref: str) -> str:
_SPHINX_DOC_REFS = {
- "config-scheduler-clustered":
- _sphinx_ref("ConfigurationSchedulersClustered"),
"config-scheduler-table": _sphinx_ref("ConfigurationSchedulerTable"),
"config-unlimited-objects": _sphinx_ref("ConfigUnlimitedObjects"),
"mp-proxies": _sphinx_ref("MPCIProxies"),
@@ -298,9 +296,6 @@ def _c_user_ref(ref: str, name: str) -> str:
_DOXYGEN_DOC_REFS = {
- "config-scheduler-clustered":
- _c_user_ref("config/scheduler-clustered.html",
- "Clustered Scheduler Configuration"),
"config-scheduler-table":
_c_user_ref(
"config/scheduler-clustered.html#configuration-step-3-scheduler-table",