Skip to content

Commit

Permalink
Merge pull request #517 from fabianp:edit_github
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561943989
  • Loading branch information
JAXopt authors committed Sep 1, 2023
2 parents 4d3f01d + 14a3e43 commit a86b275
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 @@ -117,6 +117,13 @@
html_css_files = [
'css/custom.css',
]
html_context = {
"display_github": True, # Integrate GitHub
"github_user": "google", # Username
"github_repo": "jaxopt", # Repo name
"github_version": "main", # Version
"conf_py_path": "/docs/", # Path in the checkout to the docs root
}


# -- Options for myst ----------------------------------------------
Expand Down

0 comments on commit a86b275

Please sign in to comment.