Skip to content

Commit

Permalink
Merge branch 'master' into deps-update-part2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Apr 4, 2022
2 parents e56990e + 9c541b4 commit 80ed423
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def doc_redirect_include(file_path):
# dummy values
r"http[s]*://localhost.*/",
r"http[s]*://example.com.*",
# ignore celery docs having problem (https://github.com/celery/celery/issues/7351)
# ignore celery docs having problem (https://github.com/celery/celery/issues/7351), use 'docs.celeryq.dev' instead
"https://docs.celeryproject.org/",
"https://mouflon.dkrz.de/",
# following have sporadic downtimes
Expand Down
4 changes: 2 additions & 2 deletions docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ they are optional and which default value or operation is applied in each situat
In order to support `synchronous` execution, the ``RESULT_BACKEND`` setting **MUST** be defined.

.. |celery-config| replace:: configuration of Celery
.. _celery-config: https://docs.celeryproject.org/en/latest/userguide/configuration.html#configuration
.. _celery-config: https://docs.celeryq.dev/en/latest/userguide/configuration.html#configuration
.. |celery-mongo| replace:: configuration of MongoDB Backend
.. _celery-mongo: https://docs.celeryproject.org/en/latest/userguide/configuration.html#mongodb-backend-settings
.. _celery-mongo: https://docs.celeryq.dev/en/latest/userguide/configuration.html#mongodb-backend-settings

.. _conf_s3_buckets:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.. _ogc-testbeds-apps: https://github.com/crim-ca/application-packages

.. External references
.. _Celery: https://docs.celeryproject.org/en/latest/
.. _Celery: https://docs.celeryq.dev/en/latest/
.. _Gunicorn: https://gunicorn.org/
.. _Miniconda: https://docs.conda.io/en/latest/miniconda.html
.. _MongoDB: https://www.mongodb.com/
Expand Down

0 comments on commit 80ed423

Please sign in to comment.