We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f952b7 commit 3e656b4Copy full SHA for 3e656b4
doc/source/conf.py
@@ -270,6 +270,8 @@
270
"icon": "fa-brands fa-mastodon",
271
},
272
],
273
+ "secondary_sidebar_items": ["page-toc", "sourcelink", "edit-this-page"],
274
+ "use_edit_page_button": True
275
}
276
277
# Add any paths that contain custom themes here, relative to this directory.
@@ -393,6 +395,10 @@
393
395
html_context = {
394
396
"redirects": dict(moved_api_pages),
397
"header": header,
398
+ "github_user": "pandas-dev",
399
+ "github_repo": "pandas",
400
+ "github_version": "main",
401
+ "doc_path": "doc/source",
402
403
404
# If false, no module index is generated.
0 commit comments