Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Oct 5, 2023
1 parent e236a4d commit acf6f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx_pyodide/sphinx_pyodide/jsdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def doclet_is_private(doclet: ir.TopLevel) -> bool:
# this via a @private decorator in the documentation comment.
return True

if filename in ["module.", "compat.", "lib."]:
if filename in ["module.", "compat.", "types."]:
return True

if filename == "pyproxy.gen." and toplevelname.endswith("Methods"):
Expand Down

0 comments on commit acf6f75

Please sign in to comment.