Skip to content

Commit 6dab33e

Browse files
committed
Fixed show and edit links
1 parent a2f1936 commit 6dab33e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/source/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
]
4545
)
4646

47-
# Edit on GitHub links
48-
sys.path.insert(0, os.path.abspath('_ext'))
49-
5047
# -- General configuration -----------------------------------------------
5148

5249
# Add any Sphinx extension module names here, as strings. They can be
@@ -152,8 +149,8 @@
152149
toggleprompt_offset_right = 35
153150

154151
# Configure the "Edit on GitHub links for Sphinx" extention
155-
edit_on_github_project = 'username/reponame'
156-
edit_on_github_branch = 'master'
152+
edit_on_github_project = 'pandas-dev/pandas'
153+
edit_on_github_branch = 'main/doc/source'
157154

158155
# Add any paths that contain templates here, relative to this directory.
159156
templates_path = ["../_templates"]

0 commit comments

Comments
 (0)