Skip to content

Commit

Permalink
Merge 97a8640 into c737e51
Browse files Browse the repository at this point in the history
  • Loading branch information
systemallica committed Apr 7, 2021
2 parents c737e51 + 97a8640 commit 72c1201
Show file tree
Hide file tree
Showing 12 changed files with 414 additions and 318 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

2.0.0 (2021-xx-xx)
++++++++++++++++++

* BREAKING CHANGE: migrate to `Celery 5 <https://docs.celeryproject.org/en/stable/whatsnew-5.0.html#upgrading-from-celery-4-x>`_

1.8.3 (2021-03-11)
++++++++++++++++++

Expand Down
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import os
from typing import List

# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os

# -- Path setup --------------------------------------------------------------

Expand Down Expand Up @@ -37,7 +39,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions: List = []

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down

0 comments on commit 72c1201

Please sign in to comment.