Skip to content

Commit

Permalink
docs: fix changelog gen
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 17, 2023
1 parent c84af62 commit 1d4a584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@


# -- Changelog builder -------------------------------------------------------

sphinx_github_changelog_token = os.environ.get("GITHUB_API_TOKEN")
if "GITHUB_API_TOKEN" in os.environ:
sphinx_github_changelog_token = os.environ["GITHUB_API_TOKEN"]

commit = os.environ.get("READTHEDOCS_GIT_COMMIT_HASH", "main")
code_url = "https://github.com/scientific-python/repo-review/blob"
code_url = "https://github.com/scikit-hep/uhi/blob"

0 comments on commit 1d4a584

Please sign in to comment.