Skip to content

Commit

Permalink
📝 fix docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Oct 30, 2024
1 parent 2aaa42c commit 7fbc1e1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
14 changes: 11 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Django CMS Export Page
:Keywords: ``django`` ``cms`` ``export`` ``docx``
:PythonVersion: 3.4

|build-status| |requirements| |coverage|
|build-status| |code-quality| |black| |coverage|

|python-versions| |django-versions| |pypi-version|

Expand Down Expand Up @@ -147,8 +147,9 @@ So with the cms settings it will look like this:
'test.html': ['test-placeholder']
}
.. |build-status| image:: https://travis-ci.org/maykinmedia/djangocms-export-page.svg?branch=develop
:target: https://travis-ci.org/maykinmedia/djangocms-export-page
.. |build-status| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Run%20CI/badge.svg
:alt: Build status
:target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Run+CI%22

.. |requirements| image:: https://requires.io/github/maykinmedia/djangocms-export-page/requirements.svg?branch=develop
:target: https://requires.io/github/maykinmedia/djangocms-export-page/requirements/?branch=develop
Expand All @@ -164,3 +165,10 @@ So with the cms settings it will look like this:

.. |pypi-version| image:: https://img.shields.io/pypi/v/djangocms-export-page.svg
:target: https://pypi.org/project/djangocms-export-page/

.. |code-quality| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Code%20quality%20checks/badge.svg
:alt: Code quality checks
:target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
26 changes: 13 additions & 13 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Welcome to djangocms-export-page's documentation!
=================================================

|build-status| |requirements| |coverage|
|build-status| |code-quality| |black| |coverage|

|python-versions| |django-versions| |pypi-version|

Expand All @@ -32,29 +32,29 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. |build-status| image:: https://github.com/maykinmedia/djangocms_export_page/workflows/Run%20CI/badge.svg
.. |build-status| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Run%20CI/badge.svg
:alt: Build status
:target: https://github.com/maykinmedia/djangocms_export_page/actions?query=workflow%3A%22Run+CI%22
:target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/maykinmedia/djangocms_export_page/workflows/Code%20quality%20checks/badge.svg
.. |code-quality| image:: https://github.com/maykinmedia/djangocms-export-page/workflows/Code%20quality%20checks/badge.svg
:alt: Code quality checks
:target: https://github.com/maykinmedia/djangocms_export_page/actions?query=workflow%3A%22Code+quality+checks%22
:target: https://github.com/maykinmedia/djangocms-export-page/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

.. |coverage| image:: https://codecov.io/gh/maykinmedia/djangocms_export_page/branch/master/graph/badge.svg
:target: https://codecov.io/gh/maykinmedia/djangocms_export_page
.. |coverage| image:: https://codecov.io/gh/maykinmedia/djangocms-export-page/branch/master/graph/badge.svg
:target: https://codecov.io/gh/maykinmedia/djangocms-export-page
:alt: Coverage status

..
.. |docs| image:: https://readthedocs.org/projects/djangocms_export_page/badge/?version=latest
:target: https://djangocms_export_page.readthedocs.io/en/latest/?badge=latest
.. |docs| image:: https://readthedocs.org/projects/djangocms-export-page/badge/?version=latest
:target: https://djangocms-export-page.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/djangocms_export_page.svg
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/djangocms-export-page.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/djangocms_export_page.svg
.. |django-versions| image:: https://img.shields.io/pypi/djversions/djangocms-export-page.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/djangocms_export_page.svg
:target: https://pypi.org/project/djangocms_export_page/
.. |pypi-version| image:: https://img.shields.io/pypi/v/djangocms-export-page.svg
:target: https://pypi.org/project/djangocms-export-page/

0 comments on commit 7fbc1e1

Please sign in to comment.