Skip to content

Commit

Permalink
Merge pull request #7 from rodluger/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Feb 24, 2021
2 parents 99dba44 + 396abfd commit 84b5c9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ rtds_action_artifact_prefix = "notebooks-for-"

# A GitHub personal access token is required, more info below
rtds_action_github_token = os.environ["GITHUB_TOKEN"]

# Whether or not to raise an error on ReadTheDocs if the
# artifact containing the notebooks can't be downloaded (optional)
rtds_action_error_if_missing = False
```

Where we have added the custom extension and set the required configuration
Expand Down

0 comments on commit 84b5c9e

Please sign in to comment.