From 530a3bce19c1ef1e52175b3832dfbb82bdf6a20d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 08 2018 08:04:49 +0000 Subject: Deprecate the bootstrap URLs in the configuration Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/configuration.rst b/doc/configuration.rst index aa51002..4992b37 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -107,26 +107,6 @@ Defaults to: ``'redis://%s' % APP.config['REDIS_HOST']`` key -BOOTSTRAP_URLS_CSS -~~~~~~~~~~~~~~~~~~ - -This configuration key allows to specify the URL where are hosted the bootstrap -CSS file since the files hosted on apps.fedoraproject.org used in pagure.io -are not restricted in browser access. - -Defaults to: ``'https://apps.fedoraproject.org/global/fedora-bootstrap-1.1.1/fedora-bootstrap.css'`` - - -BOOTSTRAP_URLS_JS -~~~~~~~~~~~~~~~~~ - -This configuration key allows to specify the URL where are hosted the bootstrap -JS file since the files hosted on apps.fedoraproject.org used in pagure.io -are not restricted in browser access. - -Defaults to: ``'https://apps.fedoraproject.org/global/fedora-bootstrap-1.1.1/fedora-bootstrap.js'`` - - Repo Directories ---------------- @@ -1536,3 +1516,30 @@ will not have syntax highlighting as this is a memory intensive procedure that easily leads to out of memory error on large files or diff. Defaults to: ``5000`` + + +BOOTSTRAP_URLS_CSS +~~~~~~~~~~~~~~~~~~ + +This configuration key allows to specify the URL where are hosted the bootstrap +CSS file since the files hosted on apps.fedoraproject.org used in pagure.io +are not restricted in browser access. + +Defaults to: ``'https://apps.fedoraproject.org/global/fedora-bootstrap-1.1.1/fedora-bootstrap.css'`` + +This has been deprecated by the new way of theming pagure, see the `theming +documentation `_ + + +BOOTSTRAP_URLS_JS +~~~~~~~~~~~~~~~~~ + +This configuration key allows to specify the URL where are hosted the bootstrap +JS file since the files hosted on apps.fedoraproject.org used in pagure.io +are not restricted in browser access. + +Defaults to: ``'https://apps.fedoraproject.org/global/fedora-bootstrap-1.1.1/fedora-bootstrap.js'`` + +This has been deprecated by the new way of theming pagure, see the `theming +documentation `_ +