Skip to content

Commit

Permalink
Doh...another RTD problem missed
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Curran <swcurran@gmail.com>
  • Loading branch information
swcurran committed Feb 5, 2024
1 parent a79a957 commit ee2cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ def setup(app):

except:
e = sys.exc_info()[0]
print e
print(e)
finally:
os.system("rm -rf remote_conf/ __pycache__/ remote_conf.py")

0 comments on commit ee2cf33

Please sign in to comment.