Skip to content

Commit ead3486

Browse files
authored
Merge pull request #59 from bgilbert/doctrees
meson: omit Sphinx doctrees from dist tarball
2 parents ef6de9c + eade33f commit ead3486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
# build docs and add them to the tarball
1515
subprocess.run(['meson', 'compile', 'html'], check=True)
1616
shutil.copytree('html', base / 'doc/html', symlinks=True)
17+
shutil.rmtree(base / 'doc/html/.doctrees')

0 commit comments

Comments
 (0)