Skip to content

Commit f3e111d

Browse files
feat: apply suggestions from Revathy's review
Co-authored-by: Revathy Venugopal <[email protected]>
1 parent deb50bc commit f3e111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def reset_servers(gallery_conf, fname, when):
399399

400400
# Optionally exclude api or example documentation generation.
401401
BUILD_API = True if os.environ.get("BUILD_API", "true") == "true" else False
402-
if not BUILD_API:
402+
if BUILD_API:
403403
extensions.extend("ansys_sphinx_theme.extension.autoapi")
404404

405405
BUILD_EXAMPLES = True if os.environ.get("BUILD_EXAMPLES", "true") == "true" else False

0 commit comments

Comments
 (0)