Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico authored Apr 18, 2020
1 parent 1d39e0a commit ef200f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@


def setup(app):
with open("../README.md", "r+") as f:
print(os.getcwd())
with open("./README.md", "r+") as f:
readme = f.read()
readme = re.sub(r"docs/source/", "", readme)
f.seek(0)
Expand Down

0 comments on commit ef200f4

Please sign in to comment.