Skip to content

Commit

Permalink
Merge pull request #1649 from swcurran/fix-rtd-typo
Browse files Browse the repository at this point in the history
Doh...another RTD problem missed
  • Loading branch information
WadeBarnes committed Feb 5, 2024
2 parents 15c86c1 + ee2cf33 commit 6930a39
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 6930a39

Please sign in to comment.