Loading docs/_templates/rtd-version.html +1 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,4 @@ {#- hack scroll issue -#} <style> #rtd-footer-container { display: none; } </style> <style>#rtd-footer-container{display:none}</style> docs/conf.py +10 −3 Original line number Diff line number Diff line Loading @@ -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", }, { Loading @@ -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", Loading docs/conf_project.py +1 −0 Original line number Diff line number Diff line project = 'Random Extension Polyfill' repo = 'php-random-polyfill' packagist = 'arokettu/random-polyfill' npmjs = False docs/index.rst +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. Loading Loading @@ -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 Loading
docs/_templates/rtd-version.html +1 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,4 @@ {#- hack scroll issue -#} <style> #rtd-footer-container { display: none; } </style> <style>#rtd-footer-container{display:none}</style>
docs/conf.py +10 −3 Original line number Diff line number Diff line Loading @@ -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", }, { Loading @@ -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", Loading
docs/conf_project.py +1 −0 Original line number Diff line number Diff line project = 'Random Extension Polyfill' repo = 'php-random-polyfill' packagist = 'arokettu/random-polyfill' npmjs = False
docs/index.rst +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. Loading Loading @@ -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