Skip to content

Commit

Permalink
Merge branch 'fix/improve-tox' of https://github.com/ansys/pymapdl in…
Browse files Browse the repository at this point in the history
…to fix/improve-tox
  • Loading branch information
Revathyvenugopal162 committed Jun 11, 2024
2 parents 514a371 + 97667f7 commit c5f9697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

BUILD_API = True if os.environ.get("BUILD_API", "true") == "true" else False
if not BUILD_API:
exclude_patterns.extend(["api/**", "mapdl_commands/**", "api.rst"])
exclude_patterns.extend(["api/**", "mapdl_commands/**"])

BUILD_EXAMPLES = True if os.environ.get("BUILD_EXAMPLES", "true") == "true" else False
if not BUILD_EXAMPLES:
Expand Down

0 comments on commit c5f9697

Please sign in to comment.