We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd41f68 commit 3d82c8aCopy full SHA for 3d82c8a
docs/conf.py
@@ -37,6 +37,7 @@
37
None
38
),
39
},
40
+ extensions=['sphinxcontrib_django']
41
))
42
43
intersphinx_mapping = globals().get('intersphinx_mapping', {})
docs/reference/django-celery-beat.models.rst
@@ -8,4 +8,3 @@
8
9
.. automodule:: django_celery_beat.models
10
:members:
11
- :undoc-members:
requirements/docs.txt
@@ -1,4 +1,5 @@
1
Django>=2.2,<5.0
2
+sphinxcontrib-django
3
https://github.com/celery/sphinx_celery/archive/master.zip
4
https://github.com/celery/kombu/zipball/main#egg=kombu
5
https://github.com/celery/celery/zipball/main#egg=celery
0 commit comments