Skip to content

Commit

Permalink
Fix build_docs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed May 10, 2018
1 parent df2a596 commit a3fbb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create_release_notes.py
Expand Up @@ -31,7 +31,7 @@ def create_release_notes():
"""
Create monolithic release notes file from several input files
"""
source_path = join(dirname(__file__))
source_path = join(dirname(__file__), "..", "docs")

releases = get_releases(source_path)
latest_release = releases[0]
Expand Down

0 comments on commit a3fbb5b

Please sign in to comment.