Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
None
),
},
extensions=['sphinxcontrib_django']
))

intersphinx_mapping = globals().get('intersphinx_mapping', {})
Expand Down
1 change: 0 additions & 1 deletion docs/reference/django-celery-beat.models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@

.. automodule:: django_celery_beat.models
:members:
:undoc-members:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This directive causes the fields documented by the extension to be listed twice

1 change: 1 addition & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Django>=2.2,<5.0
sphinxcontrib-django
https://github.com/celery/sphinx_celery/archive/master.zip
https://github.com/celery/kombu/zipball/main#egg=kombu
https://github.com/celery/celery/zipball/main#egg=celery
Expand Down