Skip to content

Commit

Permalink
Revert "Disable edit link"
Browse files Browse the repository at this point in the history
This reverts commit f7ff183.
  • Loading branch information
sebastianbergmann committed Feb 12, 2023
1 parent 9f931a5 commit b67413f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_version():
#html_split_index = False

# If true, links to the reST sources are added to the pages.
html_show_sourcelink = False
#html_show_sourcelink = True

# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = False
Expand Down Expand Up @@ -227,7 +227,7 @@ def get_version():
htmlhelp_basename = 'PHPUnitdoc'

html_context = {
"display_github": False,
"display_github": True,
"github_user": "sebastianbergmann",
"github_repo": "phpunit-documentation-english",
"github_version": version,
Expand Down

0 comments on commit b67413f

Please sign in to comment.