Skip to content

Commit

Permalink
🔧 explicitly import to force populate nlpurify/legacy
Browse files Browse the repository at this point in the history
- fixes #8 as rtd fails to call the internal submodule
- init time option registration for legacy is not provided
- legacy is kept only to support old code styles
  • Loading branch information
ZenithClown authored Aug 20, 2024
1 parent 1f1db57 commit 8da3053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# ? also import the module itself, to populate static contents like version
sys.path.append(os.path.abspath(".."))
import nlpurify
import nlpurify.legacy # explictly import gh#8

project = 'NLPurify'
copyright = '2024, shark-utilities developers'
Expand Down

0 comments on commit 8da3053

Please sign in to comment.