Skip to content

Commit

Permalink
fix repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jun 7, 2024
1 parent a663b44 commit 04d1673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
autodoc_typehints = "description"
autodoc_preserve_defaults = True
extlinks = {
"issue": ("https://github.com/davidism/flask-sqlalchemy-lite/issues/%s", "#%s"),
"pr": ("https://github.com/davidism/flask-sqlalchemy-lite/pull/%s", "#%s"),
"issue": ("https://github.com/pallets-eco/flask-sqlalchemy-lite/issues/%s", "#%s"),
"pr": ("https://github.com/pallets-eco/flask-sqlalchemy-lite/pull/%s", "#%s"),
}
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
Expand All @@ -40,7 +40,7 @@
html_css_files = ["theme.css"]
html_copy_source = False
html_theme_options = {
"source_repository": "https://github.com/davidism/flask-sqlalchemy-lite/",
"source_repository": "https://github.com/pallets-eco/flask-sqlalchemy-lite/",
"source_branch": "main",
"source_directory": "docs/",
"light_css_variables": {
Expand Down

0 comments on commit 04d1673

Please sign in to comment.