Skip to content

Commit

Permalink
Exclude private classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Apr 17, 2024
1 parent cb76fc6 commit eb74bab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/custom_conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ruff: noqa
import datetime
import datetime
import pathlib
import sys

Expand Down Expand Up @@ -318,9 +318,11 @@ def _compute_navigation_tree(context):
('py:class', '_Writeable'),
('py:class', 'ops.charm._ContainerBaseDict'),
('py:class', 'ops.model._AddressDict'),
('py:class', 'ops.model._GenericLazyMapping'),
('py:class', 'ops.model._ModelBackend'),
('py:class', 'ops.model._ModelCache'),
('py:class', 'ops.model._NetworkDict'),
('py:class', 'ops.model._SupportsKeysAndGetItem'),
('py:class', 'ops.pebble._FileLikeIO'),
('py:class', 'ops.pebble._IOSource'),
('py:class', 'ops.pebble._ServiceInfoDict'),
Expand Down

0 comments on commit eb74bab

Please sign in to comment.