We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51c666 commit fc973d3Copy full SHA for fc973d3
doc/source/conf.py
@@ -268,8 +268,6 @@
268
"icon": "fa-brands fa-mastodon",
269
},
270
],
271
- "use_edit_page_button": True,
272
- "edit_page_url_template": "https://github.com/pandas-dev/pandas/edit/main/doc/source/{filepath}",
273
}
274
275
# Add any paths that contain custom themes here, relative to this directory.
@@ -393,9 +391,6 @@
393
391
html_context = {
394
392
"redirects": dict(moved_api_pages),
395
"header": header,
396
- "github_user": "pandas-dev",
397
- "github_repo": "pandas",
398
- "github_version": "main",
399
400
401
# If false, no module index is generated.
0 commit comments