mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Increment the environment version to resolve C domain issues on incremental rebuilds (#12583)
This commit is contained in:
@@ -34,6 +34,6 @@ for directory in TEST_JS_ROOTS:
|
||||
print('done')
|
||||
|
||||
print(f'Copying {searchindex} to {destination} ... ', end='')
|
||||
destination.parent.mkdir(exist_ok=True)
|
||||
destination.parent.mkdir(exist_ok=True, parents=True)
|
||||
shutil.copy2(searchindex, destination)
|
||||
print('done')
|
||||
|
||||
Reference in New Issue
Block a user