Skip to content

Commit

Permalink
Merge branch 'master' of github.com:belerico/py_asciimath
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 18, 2020
2 parents d12244a + 740def3 commit 2dee0f1
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 2dee0f1

Please sign in to comment.