Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
docs copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 22, 2023
1 parent 4865fed commit e110123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

import rising # noqa: E402

for md in ["CONTRIBUTING.md", "README.md"]:
shutil.copy(os.path.join(PATH_ROOT, ".github", md), os.path.join(PATH_HERE, md.lower()))
shutil.copy(os.path.join(PATH_ROOT, "README.md"), os.path.join(PATH_HERE, "readme.md"))
shutil.copy(os.path.join(PATH_ROOT, ".github", "CONTRIBUTING.md"), os.path.join(PATH_HERE, "contributing.md"))

converted_readme = pypandoc.convert_file("readme.md", "rst").split("\n")
os.remove("readme.md")
Expand Down

0 comments on commit e110123

Please sign in to comment.