Skip to content

Commit

Permalink
fix sphinx error ... again
Browse files Browse the repository at this point in the history
  • Loading branch information
LanderOtto committed Jan 6, 2024
1 parent 47a9679 commit 7341a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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: "3c7e80d32fcbc53bb3062d2bb12060fe22b2498bc47c33eb037b7876c004dcc8"
CHECKSUM: "9928f145446f60c76fc86b840c5630a66264a6cacde5ba28f36679ff743fb797"
run: |
cd docs/
HASH="$(make checksum | tail -n1)"
Expand Down
1 change: 1 addition & 0 deletions docs/source/ext/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ Workflow loading can be costly in terms of time and memory but also tricky, with
The ``DatabaseLoadingContext`` interface allows to define classes that manage these problems. Good practice is to load the objects from these classes instead of using directly the entity ``load`` methods.

.. code-block:: python
@abstractmethod
def add_deployment(self, persistent_id: int, deployment: DeploymentConfig):
...
Expand Down

0 comments on commit 7341a2f

Please sign in to comment.