Skip to content

Commit

Permalink
Add rdt edit-on-github button
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Aug 3, 2024
1 parent 8575333 commit c505b5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,11 @@

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

html_context = {
"display_github": True, # Integrate GitHub
"github_user": "EugenMayer", # Username
"github_repo": "docker-sync", # Repo name
"github_version": "main", # Version
"conf_py_path": "/docs/", # Path in the checkout to the docs root
}

0 comments on commit c505b5b

Please sign in to comment.