diff --git a/docs/conf.py b/docs/conf.py index 63233c5c..53caa139 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/fastkml/about.py b/fastkml/about.py index c3030e31..a38dcd65 100644 --- a/fastkml/about.py +++ b/fastkml/about.py @@ -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"