Skip to content

Commit 10fc5a2

Browse files
committed
chore: update url to sphinx-contrib
1 parent 3fd9b84 commit 10fc5a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
html_baseurl = "https://sphinx-autodoc.readthedocs.io/"
4040
html_theme_options = {
4141
"page_layout": "compact",
42-
"github_url": "https://github.com/yaal-coop/jinja-autodoc",
42+
"github_url": "https://github.com/sphinx-contrib/jinja-autodoc",
4343
}
4444
html_context = {
4545
"source_type": "github",
46-
"source_user": "yaal-coop",
46+
"source_user": "sphinx-contrib",
4747
"source_repo": "sphinx-autodoc",
4848
"source_version": "main",
4949
"source_docs_path": "/doc/",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333

3434
[project.urls]
3535
documentation = "https://jinja-autodoc.readthedocs.io"
36-
repository = "https://github.com/yaal-coop/jinja-autodoc"
36+
repository = "https://github.com/sphinx-contrib/jinja-autodoc"
3737

3838
[dependency-groups]
3939
dev = [

0 commit comments

Comments
 (0)