Skip to content

Commit

Permalink
Add GitHub integration to Sphinx documentation configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 21, 2024
1 parent bd123f5 commit 8446c24
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 @@ -49,3 +49,11 @@
pass

autodoc_member_order = "bysource"

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

0 comments on commit 8446c24

Please sign in to comment.