Commit 37cb0823 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Bitbucket -> Codeberg

parent bb21e339
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2,6 +2,4 @@

{#- hack scroll issue -#}

<style>
#rtd-footer-container { display: none; }
</style>
<style>#rtd-footer-container{display:none}</style>
+10 −3
Original line number Diff line number Diff line
@@ -37,9 +37,9 @@ html_theme_options = {
            "type": "fontawesome",
        },
        {
            "name": "BitBucket",
            "url": "https://bitbucket.org/sandfox/" + repo,
            "icon": "fa-brands fa-bitbucket",
            "name": "Codeberg",
            "url": "https://codeberg.org/sandfox/" + repo,
            "icon": "fa-solid fa-mountain",
            "type": "fontawesome",
        },
        {
@@ -57,6 +57,13 @@ if packagist:
        "icon": "https://img.shields.io/packagist/dm/" + packagist + "?style=flat-square",
        "type": "url",
    })
if npmjs:
    html_theme_options['icon_links'].append({
        "name": "NPM",
        "url": "https://www.npmjs.com/package/" + npmjs,
        "icon": "https://img.shields.io/npm/dm/" + npmjs + "?style=flat-square",
        "type": "url",
    })
html_context = {
    'current_version': os.environ.get("READTHEDOCS_VERSION_NAME"),
    'gitlab_user': "sandfox",
+1 −0
Original line number Diff line number Diff line
project = 'Random Extension Polyfill'
repo = 'php-random-polyfill'
packagist = 'arokettu/random-polyfill'
npmjs = False
+3 −3
Original line number Diff line number Diff line
Random Extension Polyfill
#########################

|Packagist| |GitLab| |GitHub| |Bitbucket| |Gitea|
|Packagist| |GitLab| |GitHub| |Codeberg| |Gitea|

This is a polyfill for the new ``ext-random`` extension that was released with PHP 8.2.

@@ -48,7 +48,7 @@ See :ref:`license` for additional licenses.
   :target:     https://github.com/arokettu/php-random-polyfill
.. |GitLab|     image:: https://img.shields.io/badge/get%20on-GitLab-informational.svg?style=flat-square&logo=gitlab
   :target:     https://gitlab.com/sandfox/php-random-polyfill
.. |Bitbucket|  image:: https://img.shields.io/badge/get%20on-Bitbucket-informational.svg?style=flat-square&logo=bitbucket
   :target:     https://bitbucket.org/sandfox/php-random-polyfill
.. |Codeberg|   image:: https://img.shields.io/badge/get%20on-Codeberg-informational.svg?style=flat-square&logo=codeberg
   :target:     https://codeberg.org/sandfox/php-random-polyfill
.. |Gitea|      image:: https://img.shields.io/badge/get%20on-Gitea-informational.svg?style=flat-square&logo=gitea
   :target:     https://sandfox.org/sandfox/php-random-polyfill