Skip to content

Commit 4904361

Browse files
committed
Se quitan badges de scrutinizer. Fix enlace doc. Fix en config readthedocs.
1 parent 1e34ae7 commit 4904361

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ version: 2
77

88
# Set the OS and Python version
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-24.04
1111
tools:
12-
python: "3.11"
12+
python: "3.13"
1313

1414
# Build documentation in the "docs/" directory with Sphinx
1515
sphinx:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BHExpress: Cliente de API en Python
1212

1313
Cliente para realizar la integración con los servicios web de `BHExpress <https://www.bhexpress.cl>`_ desde Python.
1414

15-
Revisa la `documentación <https://api-client-python.docs.bhexpress.cl/guide/index.html>`_ de la biblioteca para más información, sus características y detalles de su uso.
15+
Revisa la `documentación <https://api-client-python.docs.bhexpress.cl/guide/>`_ de la biblioteca para más información, sus características y detalles de su uso.
1616

1717
Licencia
1818
--------
@@ -37,4 +37,4 @@ Enlaces
3737
- `Sitio web BHExpress <https://www.bhexpress.cl>`_.
3838
- `Código fuente en GitHub <https://github.com/bhexpress/bhexpress-api-client-python>`_.
3939
- `Paquete en PyPI <https://pypi.org/project/bhexpress>`_.
40-
- `Documentación en Read the Docs <https://bhexpress.readthedocs.io/es/latest>`_.
40+
- `Documentación <https://api-client-python.docs.bhexpress.cl/>`_.

docs/index.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ BHExpress: Cliente de API en Python - Documentación
1212
:target: https://pypi.org/project/bhexpress
1313
.. image:: https://img.shields.io/pypi/pyversions/bhexpress.svg
1414
:target: https://pypi.org/project/bhexpress
15-
.. image:: https://scrutinizer-ci.com/g/bhexpress/bhexpress-api-client-python/badges/quality-score.png?b=master
16-
:target: https://scrutinizer-ci.com/g/bhexpress/bhexpress-api-client-python/
17-
.. image:: https://scrutinizer-ci.com/g/bhexpress/bhexpress-api-client-python/badges/coverage.png?b=master
18-
:target: https://scrutinizer-ci.com/g/bhexpress/bhexpress-api-client-python/
1915
.. image:: https://img.shields.io/pypi/l/bhexpress.svg
2016
:target: https://raw.githubusercontent.com/bhexpress/bhexpress-api-client-python/master/COPYING
2117

@@ -50,4 +46,4 @@ Enlaces
5046
- `Sitio web BHExpress <https://www.bhexpress.cl>`_.
5147
- `Código fuente en GitHub <https://github.com/bhexpress/bhexpress-api-client-python>`_.
5248
- `Paquete en PyPI <https://pypi.org/project/bhexpress>`_.
53-
- `Documentación <https://developers.bhexpress.cl/>`_.
49+
- `Documentación <https://api-client-python.docs.bhexpress.cl/>`_.

0 commit comments

Comments
 (0)