Skip to content

Commit

Permalink
Add GitHub config
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Sep 25, 2023
1 parent 4c18e0c commit a548223
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@
"use_edit_page_button": True,
}

# Output for github to be used in links
html_context = {
"github_user": "jupyter", # Username
"github_repo": "notebook", # Repo name
"github_version": "main", # Version
"doc_path": "docs/source/", # Path in the checkout to the docs root
}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []

Expand Down

0 comments on commit a548223

Please sign in to comment.