We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef6de9c + eade33f commit ead3486Copy full SHA for ead3486
scripts/dist.py
@@ -14,3 +14,4 @@
14
# build docs and add them to the tarball
15
subprocess.run(['meson', 'compile', 'html'], check=True)
16
shutil.copytree('html', base / 'doc/html', symlinks=True)
17
+shutil.rmtree(base / 'doc/html/.doctrees')
0 commit comments