Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LanderOtto committed Jan 6, 2024
1 parent 9925950 commit dedc4ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
python -m pip install -r docs/requirements.txt
- name: "Build documentation and check for consistency"
env:
CHECKSUM: "f9d19e96da56a0460a248feb9e946f5f28ea4a8de1c32345e4e60e14f25beb96"
CHECKSUM: "7e2e409ccd27784bc58c074ec0d4e9746f7b0ef9ef98762f3a12b2fe38a1913c"
run: |
cd docs/
HASH="$(make checksum | tail -n1)"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/ext/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Each ``get_data`` method receives in input the identifier (commonly the ``persis
The ``close`` method receives no input parameter and does not return anything. It frees stateful resources potentially allocated during the object’s lifetime, e.g., network or database connections.


Implementations
Implementations1
---------------

====== ============================================
Expand Down Expand Up @@ -317,7 +317,7 @@ The ``DatabaseLoadingContext`` interface allows to define classes that manage th
...
Implementations
Implementations2
---------------

==================================================================== =============================================================
Expand Down

0 comments on commit dedc4ca

Please sign in to comment.