Skip to content

Commit

Permalink
Merge pull request #22 from kraken-tech/add-edit-on-github-button
Browse files Browse the repository at this point in the history
Add Edit On Github button
  • Loading branch information
marcelofern authored Sep 16, 2024
2 parents 6b8ecaf + 83ca470 commit db7714b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@

extensions = ["sphinx_rtd_theme"]
html_theme = "sphinx_rtd_theme"

html_context = {
"display_github": True,
"github_user": "kraken-tech",
"github_repo": "django-pg-migration-tools",
"github_version": "main/docs/",
}

0 comments on commit db7714b

Please sign in to comment.