We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb5b61 commit 710832bCopy full SHA for 710832b
src/mkdocstrings_handlers/matlab/handler.py
@@ -193,7 +193,7 @@ def __init__(
193
config_path = None
194
full_paths = []
195
else:
196
- config_path = Path(config_file_path).parent
+ config_path = Path(config_file_path).resolve().parent
197
full_paths = [(config_path / path).resolve() for path in paths]
198
199
if pathIds := [str(path) for path in full_paths if not path.is_dir()]:
src/mkdocstrings_handlers/matlab/templates/material/style.css
@@ -27,9 +27,9 @@ code.doc-symbol-property::after {
27
28
code.doc-symbol-script {
29
color: #d0bf3d;
30
- background-color: #fff8a87b;
+ background-color: #96862f27;
31
}
32
33
code.doc-symbol-script::after {
34
- content: "prog";
+ content: "script";
35
0 commit comments