Skip to content

Commit

Permalink
[Feat] Added Edit on GitHub BUtton
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed Feb 24, 2024
1 parent 1b3dcde commit 9e59321
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://osipi.github.io/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 9e59321

Please sign in to comment.