Skip to content

Commit c5eb954

Browse files
committed
fix docs conf.py for sphinx v9
1 parent 909efc0 commit c5eb954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@ def get_colors(color_t: str):
512512
("cpp:identifier", "my_ns3"),
513513
("cpp:identifier", "cpp_apigen_demo"),
514514
# Example JavaScript types
515-
("js:func", "string"),
516-
("js:func", "SomeError"),
515+
("js:class", "string"),
516+
("js:class", "SomeError"),
517517
# pydantic_extra_types.color not present in object inventory
518518
("py:class", "pydantic_extra_types.color.Color"),
519519
]

0 commit comments

Comments
 (0)