Skip to content

Commit

Permalink
fix external link format
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent 7f8028b commit b25b842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

todo_include_todos = True

extlinks = {'prob': ('https://projecteuler.net/problem=%#d',
'Problem %03#d')}
extlinks = {'prob': ('https://projecteuler.net/problem=%s',
'Problem \#%s')}

intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

0 comments on commit b25b842

Please sign in to comment.