Skip to content

Commit

Permalink
DEV #879 remove developer override
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 18, 2022
1 parent f733bd4 commit 63c2994
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions utils/nxdl2rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,9 @@ def sorter(key):
return key.lower()

if len(anchor_registry.local_anchors) > 0:
# if WRITE_ANCHOR_REGISTRY:
# # ONLY in the build directory
# anchor_registry.write()

anchor_registry.write()
if WRITE_ANCHOR_REGISTRY:
# ONLY in the build directory
anchor_registry.write()

print("")
print("Hypertext Anchors")
Expand Down

0 comments on commit 63c2994

Please sign in to comment.