File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11OPEN3D_VERSION_MAJOR 0
2- OPEN3D_VERSION_MINOR 10
3- OPEN3D_VERSION_PATCH 1
2+ OPEN3D_VERSION_MINOR 11
3+ OPEN3D_VERSION_PATCH 0
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ def _run_sphinx(self):
303303 if self .is_release :
304304 version_list = [
305305 line .rstrip ("\n " ).split (" " )[1 ]
306- for line in open ("../src/Open3D /version.txt" )
306+ for line in open ("../cpp/open3d /version.txt" )
307307 ]
308308 release_version = "." .join (version_list [:3 ])
309309 print ("Building docs for release:" , release_version )
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ document.write('\
1818 <td><a href="http://www.open3d.org/docs/latest/cpp_api">latest C++</a></td>\
1919 </tr>\
2020 <tr>\
21- <td><a href="http://www.open3d.org/docs/release">0.10.1</a></td>\
22- <td><a href="http://www.open3d.org/docs/release/cpp_api">0.10.1 C++</a></td>\
21+ <td><a href="http://www.open3d.org/docs/release">0.11.0</a></td>\
22+ <td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.0 C++</a></td>\
23+ </tr>\
24+ <tr>\
25+ <td><a href="http://www.open3d.org/docs/0.10.1">0.10.1</a></td>\
26+ <td><a href="http://www.open3d.org/docs/0.10.1/cpp_api">0.10.1 C++</a></td>\
2327 </tr>\
2428 <tr>\
2529 <td><a href="http://www.open3d.org/docs/0.10.0">0.10.0</a></td>\
You can’t perform that action at this time.
0 commit comments