Skip to content

Commit b535b20

Browse files
authored
Merge pull request #60 from sphinx-doc/repository-transfer
Complete repository transfer to @sphinx-doc
2 parents 210a977 + 6ac55f8 commit b535b20

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

CHANGES.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Version 2.5 (2023-09-26)
55
------------------------
66

77
* Drop support for sphinx < 3.4.0
8-
* [ `#45 <https://github.com/edoburu/sphinxcontrib-django/issues/45>`_ ] Fix rendering of inheritance diagrams
8+
* [ `#45 <https://github.com/sphinx-doc/sphinxcontrib-django/issues/45>`_ ] Fix rendering of inheritance diagrams
99
* Drop support for Python 3.7
1010

1111

1212
Version 2.4 (2023-07-02)
1313
------------------------
1414

15-
* [ `#39 <https://github.com/edoburu/sphinxcontrib-django/issues/39>`_ ] Fix table names of abstract models (`@insspb <https://github.com/insspb>`__)
16-
* [ `#41 <https://github.com/edoburu/sphinxcontrib-django/issues/41>`_ ] Fix rendering of iterable choices (`@insspb <https://github.com/insspb>`__)
15+
* [ `#39 <https://github.com/sphinx-doc/sphinxcontrib-django/issues/39>`_ ] Fix table names of abstract models (`@insspb <https://github.com/insspb>`__)
16+
* [ `#41 <https://github.com/sphinx-doc/sphinxcontrib-django/issues/41>`_ ] Fix rendering of iterable choices (`@insspb <https://github.com/insspb>`__)
1717

1818

1919
Version 2.3 (2023-04-12)
@@ -26,13 +26,13 @@ Version 2.3 (2023-04-12)
2626
Version 2.2 (2023-03-01)
2727
------------------------
2828

29-
* [ `#35 <https://github.com/edoburu/sphinxcontrib-django/issues/35>`_ ] Fix interference with other ``autodoc-skip-member`` signal handlers
29+
* [ `#35 <https://github.com/sphinx-doc/sphinxcontrib-django/issues/35>`_ ] Fix interference with other ``autodoc-skip-member`` signal handlers
3030

3131

3232
Version 2.1 (2023-03-01)
3333
------------------------
3434

35-
* [ `#32 <https://github.com/edoburu/sphinxcontrib-django/issues/32>`_ ] Fix rendering of nested directives in model parameter documentation
35+
* [ `#32 <https://github.com/sphinx-doc/sphinxcontrib-django/issues/32>`_ ] Fix rendering of nested directives in model parameter documentation
3636

3737

3838
Version 2.0 (2023-01-02)

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
.. image:: https://github.com/edoburu/sphinxcontrib-django/workflows/Tests/badge.svg
1+
.. image:: https://github.com/sphinx-doc/sphinxcontrib-django/workflows/Tests/badge.svg
22
:alt: GitHub Workflow Status
3-
:target: https://github.com/edoburu/sphinxcontrib-django/actions?query=workflow%3ATests
3+
:target: https://github.com/sphinx-doc/sphinxcontrib-django/actions?query=workflow%3ATests
44
.. image:: https://img.shields.io/pypi/v/sphinxcontrib-django.svg
55
:alt: PyPi
66
:target: https://pypi.org/project/sphinxcontrib-django/
7-
.. image:: https://codecov.io/gh/edoburu/sphinxcontrib-django/branch/main/graph/badge.svg
7+
.. image:: https://codecov.io/gh/sphinx-doc/sphinxcontrib-django/branch/main/graph/badge.svg
88
:alt: Code coverage
9-
:target: https://codecov.io/gh/edoburu/sphinxcontrib-django
9+
:target: https://codecov.io/gh/sphinx-doc/sphinxcontrib-django
1010
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1111
:alt: Black Code Style
1212
:target: https://github.com/psf/black
13-
.. image:: https://img.shields.io/github/license/edoburu/sphinxcontrib-django
13+
.. image:: https://img.shields.io/github/license/sphinx-doc/sphinxcontrib-django
1414
:alt: GitHub license
15-
:target: https://github.com/edoburu/sphinxcontrib-django/blob/main/LICENSE
15+
:target: https://github.com/sphinx-doc/sphinxcontrib-django/blob/main/LICENSE
1616
.. image:: https://readthedocs.org/projects/sphinxcontrib-django/badge/?version=latest
1717
:alt: Documentation Status
1818
:target: https://sphinxcontrib-django.readthedocs.io/en/latest/?badge=latest
1919

2020
|
2121
22-
.. image:: https://raw.githubusercontent.com/edoburu/sphinxcontrib-django/main/docs/images/django-sphinx-logo-blue.png
22+
.. image:: https://raw.githubusercontent.com/sphinx-doc/sphinxcontrib-django/main/docs/images/django-sphinx-logo-blue.png
2323
:width: 500
2424
:alt: logo
2525
:target: https://pypi.org/project/sphinxcontrib-django/

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
requires-python = ">=3.8"
4242

4343
[project.urls]
44-
"Bug Tracker" = "https://github.com/edoburu/sphinxcontrib-django/issues"
44+
"Bug Tracker" = "https://github.com/sphinx-doc/sphinxcontrib-django/issues"
4545
"Documentation" = "https://sphinxcontrib-django.readthedocs.io/"
46-
"Release Notes" = "https://github.com/edoburu/sphinxcontrib-django/blob/main/CHANGES.rst"
47-
"Source Code" = "https://github.com/edoburu/sphinxcontrib-django"
46+
"Release Notes" = "https://github.com/sphinx-doc/sphinxcontrib-django/blob/main/CHANGES.rst"
47+
"Source Code" = "https://github.com/sphinx-doc/sphinxcontrib-django"
4848

4949
[project.optional-dependencies]
5050
dev = ["pre-commit"]

0 commit comments

Comments
 (0)