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 a2f1936 commit 6dab33eCopy full SHA for 6dab33e
doc/source/conf.py
@@ -44,9 +44,6 @@
44
]
45
)
46
47
-# Edit on GitHub links
48
-sys.path.insert(0, os.path.abspath('_ext'))
49
-
50
# -- General configuration -----------------------------------------------
51
52
# Add any Sphinx extension module names here, as strings. They can be
@@ -152,8 +149,8 @@
152
149
toggleprompt_offset_right = 35
153
150
154
151
# Configure the "Edit on GitHub links for Sphinx" extention
155
-edit_on_github_project = 'username/reponame'
156
-edit_on_github_branch = 'master'
+edit_on_github_project = 'pandas-dev/pandas'
+edit_on_github_branch = 'main/doc/source'
157
158
# Add any paths that contain templates here, relative to this directory.
159
templates_path = ["../_templates"]
0 commit comments