1
- .. image :: https://github.com/timoludwig /sphinxcontrib-django2 /workflows/Tests/badge.svg
1
+ .. image :: https://github.com/edoburu /sphinxcontrib-django /workflows/Tests/badge.svg
2
2
: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
5
5
: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
8
8
:alt: Code coverage
9
- :target: https://codecov.io/gh/timoludwig /sphinxcontrib-django2
9
+ :target: https://codecov.io/gh/edoburu /sphinxcontrib-django
10
10
.. image :: https://img.shields.io/badge/code%20style-black-000000.svg
11
11
:alt: Black Code Style
12
12
: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
14
14
: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
17
17
: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
19
19
20
20
|
21
21
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
23
23
:width: 500
24
24
:alt: logo
25
- :target: https://pypi.org/project/sphinxcontrib-django2 /
25
+ :target: https://pypi.org/project/sphinxcontrib-django /
26
26
27
- sphinxcontrib-django2
27
+ sphinxcontrib-django
28
28
=====================
29
29
30
30
This 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:
46
46
``:templatetag: ``, ``:templatefilter: ``, ``:fieldlookup: ``) and Sphinx (``:event: ``,
47
47
``:confval: ``)
48
48
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
-
53
49
54
50
Installation
55
51
------------
@@ -58,7 +54,7 @@ Install the package via pip:
58
54
59
55
.. code-block :: bash
60
56
61
- pip install sphinxcontrib-django2
57
+ pip install sphinxcontrib-django
62
58
63
59
64
60
Configuration
@@ -71,9 +67,9 @@ Add the following to your Sphinx config file ``conf.py``:
71
67
# Add source directory to sys.path
72
68
sys.path.insert(0 , os.path.abspath(" ../src" ))
73
69
74
- # Add sphinxcontrib_django2 to installed extensions
70
+ # Add sphinxcontrib_django to installed extensions
75
71
extensions = [
76
- " sphinxcontrib_django2 " ,
72
+ " sphinxcontrib_django " ,
77
73
]
78
74
79
75
# Configure the path to the Django settings module
@@ -137,4 +133,4 @@ Build the documentation with:
137
133
cd docs
138
134
make html
139
135
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