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

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 22, 2023
1 parent 33ca862 commit 6ade95c
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 @@ -26,7 +26,7 @@
import rising # noqa: E402

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

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

0 comments on commit 6ade95c

Please sign in to comment.