Skip to content
Snippets Groups Projects

Fixed issue with suggestions not being shown by default for terms menu items,...

Merged Ahmed Ilyas requested to merge v1.3.15-branch-fix into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -20,9 +20,12 @@
@@ -20,9 +20,12 @@
Definitions that are used in the documentation via mkdocs-macro-plugin.
Definitions that are used in the documentation via mkdocs-macro-plugin.
"""
"""
 
from types import UnionType
 
from pydantic.fields import FieldInfo
import yaml
import yaml
import json
import json
import os.path
import os.path
 
from typing import get_args
from typing import get_args
from inspect import isclass
from inspect import isclass
Loading