Skip to content

Commit

Permalink
♲ Refactor sphinx config to reuse github_url
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 29, 2020
1 parent bee2d3b commit b6edd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
github_repo_slug = f'{github_repo_org}/{github_repo_name}'
github_repo_url = f'{github_url}/{github_repo_slug}'
cp_github_repo_url = f'{github_url}/{github_repo_org}/cherrypy'
github_sponsors_url = 'https://github.com/sponsors'
github_sponsors_url = f'{github_url}/sponsors'

extlinks = {
'issue': (f'{github_repo_url}/issues/%s', '#'),
Expand Down

0 comments on commit b6edd3a

Please sign in to comment.