Skip to content

Commit

Permalink
add edit on github link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 6, 2024
1 parent bfb5158 commit 98decb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@
# If true, links to the reST sources are added to the pages.
# html_show_sourcelink = True

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

# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True

Expand Down
2 changes: 1 addition & 1 deletion fastkml/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
The only purpose of this module is to provide a version number for the package.
"""
__version__ = "1.0.0b1"
__version__ = "1.0.0b2"

0 comments on commit 98decb4

Please sign in to comment.