Skip to content

Commit 1306c78

Browse files
committed
Se actualiza config readthedocs. Se quita scrutinizer. Fix enlace a docs.
1 parent 8358e3c commit 1306c78

5 files changed

Lines changed: 7 additions & 44 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master # Ejecuta pruebas al hacer push en la rama 'master'
6+
- master
77

88
env:
99
env_var: ${{ vars.ENV_CONTEXT_VAR }}
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.11'] # Puedes cambiar las versiones según necesites
17+
python-version: ['3.11']
1818

1919
steps:
2020
- name: Check out repository code
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: ${{ matrix.python-version }} # Configura la versión de Python desde la matriz
26+
python-version: ${{ matrix.python-version }}
2727

2828
- name: Install Ruff
2929
run: |

.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:

.scrutinizer.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ ContaFi: Cliente de API en Python
77
:target: https://pypi.org/project/contafi
88
.. image:: https://img.shields.io/pypi/pyversions/contafi.svg
99
:target: https://pypi.org/project/contafi
10-
.. image:: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/badges/quality-score.png?b=master
11-
:target: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/
12-
.. image:: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/badges/coverage.png?b=master
13-
:target: https://scrutinizer-ci.com/g/contafi/contafi-api-client-python/
1410
.. image:: https://img.shields.io/pypi/l/contafi.svg
1511
:target: https://raw.githubusercontent.com/contafi/contafi-api-client-python/master/COPYING
1612

@@ -41,4 +37,4 @@ Enlaces
4137
- `Sitio web ContaFi <https://www.contafi.cl>`_.
4238
- `Código fuente en GitHub <https://github.com/contafi/contafi-api-client-python>`_.
4339
- `Paquete en PyPI <https://pypi.org/project/contafi>`_.
44-
- `Documentación en Read the Docs <https://contafi.readthedocs.io/es/latest>`_.
40+
- `Documentación <https://api-client-python.docs.contafi.cl>`_.

docs/index.rst

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

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

0 commit comments

Comments
 (0)