From 5383d0641e7f72422bb6cef83aa5134973c98c7d Mon Sep 17 00:00:00 2001 From: Petr Grigorev Date: Tue, 7 Nov 2023 00:52:59 +0100 Subject: [PATCH 1/2] DOC: fixed ImportError during building docs libegl1 for libEGL.so.1 and libopengl-dev for libOpenGL.so.0 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4c64bd30..697a47d6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: - name: install_python run: | sudo apt-get update -qy - sudo apt-get install -y python3-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev + sudo apt-get install -y python3-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev libegl1 libopengl-dev # Upgrade to latest meson and ninja sudo pip install --upgrade meson ninja From 85bc6f30e3f459a04357b7582ee96c17cb0fe7bc Mon Sep 17 00:00:00 2001 From: Petr Grigorev Date: Tue, 7 Nov 2023 00:55:01 +0100 Subject: [PATCH 2/2] DOC: fixed Title underline too short --- docs/applications/plasticity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/applications/plasticity.rst b/docs/applications/plasticity.rst index 49eeefa0..8d880457 100644 --- a/docs/applications/plasticity.rst +++ b/docs/applications/plasticity.rst @@ -13,7 +13,7 @@ Installation and tests The majority of the tests (~70 %) are used during the development and adding new dislocations to the module. The idea is to check if `Dislocation analysis (DXA) `_ algorithm detects the same dislocation as we intend to create. These tests require `OVITO python interface `_ to be installed and are skipped if it is not detected. If you do not plan to add new structures to the module, you can safely ignore these tests. Tutorials: ---------- +---------- .. toctree::