Skip to content

Commit 65d9af9

Browse files
committed
chore: include tests directory in documentation path
1 parent 77a7a47 commit 65d9af9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ def on_init(app): # pylint: disable=unused-argument
559559
docs_path,
560560
os.path.join(root_path, "openedx_authz"),
561561
os.path.join(root_path, "openedx_authz/migrations"),
562+
os.path.join(root_path, "openedx_authz/tests"),
562563
]
563564
)
564565

0 commit comments

Comments
 (0)