1- .. image :: https://github.com/timoludwig /sphinxcontrib-django2 /workflows/Tests/badge.svg
1+ .. image :: https://github.com/edoburu /sphinxcontrib-django /workflows/Tests/badge.svg
22 :alt: GitHub Workflow Status
3- :target: https://github.com/timoludwig /sphinxcontrib-django2 /actions?query=workflow%3ATests
4- .. image :: https://img.shields.io/pypi/v/sphinxcontrib-django2 .svg
3+ :target: https://github.com/edoburu /sphinxcontrib-django /actions?query=workflow%3ATests
4+ .. image :: https://img.shields.io/pypi/v/sphinxcontrib-django .svg
55 :alt: PyPi
6- :target: https://pypi.org/project/sphinxcontrib-django2 /
7- .. image :: https://codecov.io/gh/timoludwig /sphinxcontrib-django2 /branch/develop /graph/badge.svg
6+ :target: https://pypi.org/project/sphinxcontrib-django /
7+ .. image :: https://codecov.io/gh/edoburu /sphinxcontrib-django /branch/main /graph/badge.svg
88 :alt: Code coverage
9- :target: https://codecov.io/gh/timoludwig /sphinxcontrib-django2
9+ :target: https://codecov.io/gh/edoburu /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/timoludwig /sphinxcontrib-django2
13+ .. image :: https://img.shields.io/github/license/edoburu /sphinxcontrib-django
1414 :alt: GitHub license
15- :target: https://github.com/timoludwig /sphinxcontrib-django2 /blob/develop /LICENSE
16- .. image :: https://readthedocs.org/projects/sphinxcontrib-django2 /badge/?version=latest
15+ :target: https://github.com/edoburu /sphinxcontrib-django /blob/main /LICENSE
16+ .. image :: https://readthedocs.org/projects/sphinxcontrib-django /badge/?version=latest
1717 :alt: Documentation Status
18- :target: https://sphinxcontrib-django2 .readthedocs.io/en/latest/?badge=latest
18+ :target: https://sphinxcontrib-django .readthedocs.io/en/latest/?badge=latest
1919
2020|
2121
22- .. image :: https://raw.githubusercontent.com/timoludwig /sphinxcontrib-django2 /main/docs/images/django-sphinx-logo-blue.png
22+ .. image :: https://raw.githubusercontent.com/edoburu /sphinxcontrib-django /main/docs/images/django-sphinx-logo-blue.png
2323 :width: 500
2424 :alt: logo
25- :target: https://pypi.org/project/sphinxcontrib-django2 /
25+ :target: https://pypi.org/project/sphinxcontrib-django /
2626
27- sphinxcontrib-django2
27+ sphinxcontrib-django
2828=====================
2929
3030This is a sphinx extension which improves the documentation of Django apps.
@@ -46,10 +46,6 @@ Improvements for the output of Sphinx's autodoc for Django classes:
4646 ``:templatetag: ``, ``:templatefilter: ``, ``:fieldlookup: ``) and Sphinx (``:event: ``,
4747 ``:confval: ``)
4848
49- This is a fork of `sphinxcontrib-django `_, which seems to be no longer maintained.
50-
51- .. _sphinxcontrib-django : https://github.com/edoburu/sphinxcontrib-django
52-
5349
5450Installation
5551------------
@@ -58,7 +54,7 @@ Install the package via pip:
5854
5955.. code-block :: bash
6056
61- pip install sphinxcontrib-django2
57+ pip install sphinxcontrib-django
6258
6359
6460 Configuration
@@ -71,9 +67,9 @@ Add the following to your Sphinx config file ``conf.py``:
7167 # Add source directory to sys.path
7268 sys.path.insert(0 , os.path.abspath(" ../src" ))
7369
74- # Add sphinxcontrib_django2 to installed extensions
70+ # Add sphinxcontrib_django to installed extensions
7571 extensions = [
76- " sphinxcontrib_django2 " ,
72+ " sphinxcontrib_django " ,
7773 ]
7874
7975 # Configure the path to the Django settings module
@@ -137,4 +133,4 @@ Build the documentation with:
137133 cd docs
138134 make html
139135
140- The documentation is automatically deployed to `Read the Docs <https://sphinxcontrib-django2 .rtfd.io >`_.
136+ The documentation is automatically deployed to `Read the Docs <https://sphinxcontrib-django .rtfd.io >`_.
0 commit comments