Skip to content

Commit

Permalink
- get github read access token from secret variables to fetch changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Feb 9, 2023
1 parent 45d03d4 commit ee7ecec
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 @@ -7,6 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

from pysipfenn.core.pysipfenn import __version__, __file__
import os

project = 'pySIPFENN'
copyright = '2023, Adam M. Krajewski'
Expand All @@ -33,8 +34,7 @@
nb_execution_cache_path = "../temp/jupyter_cache"

# Changelog configuration
half = 'ghp_3NoDxZ5bwXpN'
sphinx_github_changelog_token = half+'XAVLZF1JyBpQZQLFxh03d2VG'
sphinx_github_changelog_token = password = os.environ.get("sphinx_github_changelog_token")

# -- Options for autodoc -----------------------------------------------------
templates_path = ['_templates']
Expand Down

0 comments on commit ee7ecec

Please sign in to comment.