Skip to content

Commit

Permalink
fix: fix the readthedocs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
duypham2108 committed Feb 3, 2022
1 parent dddf743 commit aa70d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
if not os.path.isdir("./_static"):
url = "https://www.dropbox.com/s/6mgg4p978zwyxy9/download.zip?dl=1"
os.system("wget " + url)
os.system("mv downloads.zip?dl=1 downloads.zip")
os.system("unzip downloads.zip")
os.system("mv download.zip?dl=1 download.zip")
os.system("unzip download.zip")

# -- General configuration ---------------------------------------------

Expand Down

0 comments on commit aa70d16

Please sign in to comment.