Skip to content

Commit

Permalink
added sphinxcontrib-django to extensions (#736)
Browse files Browse the repository at this point in the history
* added sphinxcontrib-django to extensions

* remove redundant undoc-members from models ref
  • Loading branch information
mfosterw committed Mar 3, 2024
1 parent cd41f68 commit 3d82c8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
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:
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

0 comments on commit 3d82c8a

Please sign in to comment.