From f3c82084eaa888ea281358602ef1bd4b30d424e4 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Tue, 3 Dec 2024 17:14:55 +0100 Subject: [PATCH 1/2] Update readthedocs.yaml --- .readthedocs.yaml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 301384f..688e898 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,25 +3,13 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "miniconda3-3.12-24.1" # note that libmamba-solver is available since 22.1 - nodejs: "20" # maybe need to be also miniconda - jobs: - post_create_environment: - - python -m pip install --no-cache-dir .[docs] - - python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt - - rabbitmq-server -detached - - sleep 10 - - rabbitmq-diagnostics status - - verdi presto - - verdi daemon start - - verdi status - - aiida-pseudo install sssp -x PBEsol - - verdi group list - - cat /proc/cpuinfo | grep processor | wc -l - -conda: - environment: docs/environment.yml + python: "3.11" # Build from the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py + +# Explicitly set the version of Python and its requirements +python: + install: + - requirements: docs/requirements.txt From cb51365a512c0121fe09161538a7d222e2219b55 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Tue, 3 Dec 2024 17:18:56 +0100 Subject: [PATCH 2/2] fix image path --- docs/source/web.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/web.rst b/docs/source/web.rst index 8dcc5a3..ab635df 100644 --- a/docs/source/web.rst +++ b/docs/source/web.rst @@ -24,21 +24,21 @@ WorkGraph table --------------- The table shows all the workgraphs in the history. You can view the details of a workgraph by clicking it. You can also delete a workgraph by clicking the delete button. -.. image:: ../_static/images/web-job-management.png +.. image:: _static/images/web-job-management.png WorkGraph detail ---------------- The detail page shows the details of a workgraph. You can view the details of each job in the workgraph. You can also view the logs of each job by clicking the log button. -.. image:: ../_static/images/web-detail.png +.. image:: _static/images/web-detail.png WorkGraph logs -------------- The logs page shows the logs of a job. You can view the logs of a job here. -.. image:: ../_static/images/web-logs.png +.. image:: _static/images/web-logs.png Timeline -------- @@ -46,13 +46,13 @@ Timeline The timeline page shows the timeline of the execution of the workgraph. You can view the timeline of the workgraph here. -.. image:: ../_static/images/web-timeline.png +.. image:: _static/images/web-timeline.png Text Summary ------------ The text summary page shows the text summary of the workgraph. You can view the text summary of the workgraph here. -.. image:: ../_static/images/web-summary.png +.. image:: _static/images/web-summary.png DataNode detail @@ -60,4 +60,4 @@ DataNode detail The DataNode detail page shows the details of a DataNode. For a structure, it will show the 3D structure. -.. image:: ../_static/images/web-atoms-viewer.png +.. image:: _static/images/web-atoms-viewer.png