Skip to content

Commit

Permalink
Merge pull request #8 from AdarshRawat1/dev-edit-on-github-button
Browse files Browse the repository at this point in the history
[Feat] Added Edit on GitHub BUtton
  • Loading branch information
ltorres6 authored Mar 28, 2024
2 parents 16fcd90 + 9e59321 commit fe5c855
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,15 @@
html_theme_options = {
"github_url": "https://github.com/OSIPI/pypi",
"collapse_navigation": True,
}
"use_edit_page_button": True,
}
html_context = {
"github_url": "https://github.com",
"github_user": "OSIPI",
"github_repo": "pypi",
"github_version":"dev",
"doc_path": "docs/source",
}

# Add any paths that contain custom static files (such as style sheets) here, relative to this directory. They are copied after the builtin static files, so a file named "default.css" will overwrite the builtin "default.css"
html_static_path = ['_static']
Expand Down

0 comments on commit fe5c855

Please sign in to comment.