Skip to content

Commit

Permalink
docs: configure_github_pages_for_repo_stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Aug 13, 2024
1 parent d05a5ac commit ac56909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epythet/tools/published_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def repo_stubs_for_org(org: Org) -> RepoStubs:

def configure_github_pages_for_repo_stubs(repo_stubs: Union[RepoStubs, Org]):
"""
Configure GitHub Pages for all repos in an organization.
Configure Pages for an iterable of repo stubs, or all repos in an organization.
>>> repo_pages_status = dict(
... configure_github_pages_for_stubs('i2mint') # doctest: +SKIP
Expand Down

0 comments on commit ac56909

Please sign in to comment.