Skip to content

Commit

Permalink
Skip docs for deprecated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 21, 2023
1 parent a56a5dd commit 1a6e3d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ def skip_member_filter(
Returns:
Whether to skip the member.
"""
if name == "citric.rest.client":
if name == "citric.rest.client" or name.startswith(
("citric.client", "citric.session", "citric.method"),
):
skip = True
return skip

Expand Down

0 comments on commit 1a6e3d7

Please sign in to comment.