Skip to content

Commit

Permalink
DOC: Exclude artkit.api from sphinx doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
BCGALontke committed Jun 19, 2024
1 parent 11c0225 commit e16df41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/make/make_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
assert len(PACKAGE_NAMES) == 1, "only one package per Sphinx build is supported"
PROJECT_NAME = PACKAGE_NAMES[0]
EXCLUDE_MODULES = []
EXCLUDE_MODULES = ["api"]
DIR_DOCS = os.path.join(DIR_REPO_ROOT, "docs")
DIR_DOCS_VERSION = os.path.join(DIR_DOCS, "docs-version")
DIR_SPHINX_SOURCE = os.path.join(DIR_SPHINX_ROOT, "source")
Expand Down

0 comments on commit e16df41

Please sign in to comment.