Skip to content

Commit a2c0cda

Browse files
committed
cleanup.
1 parent 9ddd9ef commit a2c0cda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def build_hwloc_xml() -> str:
107107
108108
# Copy and cleanup
109109
cp -r doxygen-doc/xml {pwd}/
110+
cd ..
111+
git clean -xdf
110112
"""
111113
script_path = os.path.join(tmpdir, "build_xml.sh")
112114
with open(script_path, "w") as fd:

0 commit comments

Comments
 (0)