Skip to content

Commit

Permalink
Also build the documentation for release builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Sep 20, 2024
1 parent 974d067 commit d484e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ env.Append(CPPPATH=["xtl/include", "xsimd/include", "xtensor/include"])
env.Append(CPPPATH=["src/"])
sources = Glob("src/*.cpp") + Glob("src/*/*.cpp")

if env["target"] in ["editor", "template_debug"]:
if env["target"] in ["editor", "template_debug", "template_release"]:
try:
doc_data = env.GodotCPPDocData("src/gen/doc_data.gen.cpp", source=Glob("doc_classes/*.xml"))
sources.append(doc_data)
Expand Down
1 change: 1 addition & 0 deletions docs/setup/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Version 0.2 - 2024-09-19
- Added the ``square`` function.
- Added the ``clip`` function.
- ``nd.array`` can now interpret multi-dimensional boolean arrays.
- Documentation is now available in the editor.

**Changed**

Expand Down

0 comments on commit d484e5a

Please sign in to comment.