diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index ebdaa77..ffe341b 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -73,7 +73,7 @@ rtds_action_artifact_prefix = "demo-" # A GitHub personal access token is required, more info below -rtds_action_github_token = os.environ["GITHUB_TOKEN"] +rtds_action_github_token = os.environ.get("GITHUB_TOKEN", "") # Whether or not to raise an error on Read the Docs if the # artifact containing the notebooks can't be downloaded (optional)