Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@
"icon": "fa-brands fa-mastodon",
},
],
"secondary_sidebar_items": ["page-toc", "sourcelink", "edit-this-page"],
"use_edit_page_button": True,
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down Expand Up @@ -393,6 +395,10 @@
html_context = {
"redirects": dict(moved_api_pages),
"header": header,
"github_user": "pandas-dev",
"github_repo": "pandas",
"github_version": "main",
"doc_path": "doc/source",
}

# If false, no module index is generated.
Expand Down