Skip to content

Commit

Permalink
docs(CHANGELOG): insert actually current changelog into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Jun 10, 2021
1 parent 6a5d92f commit aff2f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
)
# Copy over CHANGELOG from root folder.
shutil.copyfile(
os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "CHANGELOG")),
os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "CHANGELOG.md")),
os.path.join(os.path.dirname(__file__), "CHANGELOG.md"),
)

Expand Down Expand Up @@ -170,7 +170,7 @@ def make_path_dict(source: str, destination: str) -> dict:
# built documents.
#
# The short X.Y version.
version = '0.8.1'
version = "0.8.1"
# The full version, including alpha/beta/rc tags.
# release = '0.0.1'

Expand Down

0 comments on commit aff2f6a

Please sign in to comment.