Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 17, 2025
1 parent ef21bb6 commit fe27ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def try_fetch_r_doc(branch: str) -> bool:
print(f"Create directory {r_doc_dir}")
os.mkdir(r_doc_dir)

filename = os.path.join(PROJECT_ROOT, "r-docs-foo.tar.bz2")
with tarfile.open(filename, "r:bz2") as t:
t.extractall(r_doc_dir)

Expand Down

0 comments on commit fe27ec9

Please sign in to comment.