Skip to content

Commit

Permalink
Adding celery as a doc requirement.
Browse files Browse the repository at this point in the history
Celery needs to be added to the docs requirements so that the
documentation for CeleryScaffold is properly generated.

Also fixed up missing '-' in the main rst file.

Signed-off-by: Jason Joyce <[email protected]>
  • Loading branch information
fuzzball81 committed Apr 9, 2024
1 parent db5ebbb commit 5576327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-i https://pypi.python.org/simple
-e .[docs]
-e .[docs,celery]
4 changes: 2 additions & 2 deletions docs/flask_container_scaffold.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AppConfigurator
:show-inheritance:

BaseScaffold
-----------
------------

.. automodule:: flask_container_scaffold.base_scaffold
:members:
Expand All @@ -26,7 +26,7 @@ AppScaffold
:show-inheritance:

CeleryScaffold
-----------
--------------

.. automodule:: flask_container_scaffold.celery_scaffold
:members:
Expand Down

0 comments on commit 5576327

Please sign in to comment.