Skip to content

Commit ef24965

Browse files
committed
Update default build version to v2 in configuration
1 parent a0bdbd6 commit ef24965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
except Exception as e:
2828
print(f"Error deleting {item}: {e}")
2929

30-
build_version = os.environ.get('CURRENT_VERSION', 'v')
30+
build_version = os.environ.get('CURRENT_VERSION', 'v2')
3131
if build_version == 'v2':
3232
shutil.copytree(
3333
os.path.join(os.path.dirname(__file__), '../docs_classic'),

0 commit comments

Comments
 (0)