Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Nov 15, 2024
1 parent 3cef9c5 commit 4455a51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ def setup(app):
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
import build_datastructure_doc

build_datastructure_doc.build_datastructure_doc(True)
build_datastructure_doc.build_datastructure_doc(False)
build_datastructure_doc.build_datastructure_doc()
build_datastructure_doc.write_data_kind_dep_tree()
import build_context_doc

Expand Down

0 comments on commit 4455a51

Please sign in to comment.