From 2fa5a1654147d7f79637dfca46bbe1e76a4495a1 Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Fri, 29 Jul 2022 17:35:05 +0530 Subject: [PATCH] fix rtd build failure if triggered build from a new branch rtd build errors. could be because it builds all files not just changed. https://readthedocs.org/projects/openms-staging/builds/17565775/ Closes https://github.com/OpenMS/OpenMS-docs/issues/18. --- docs/conf.py | 1 - docs/installations/installation-on-gnu-linux.md | 8 +++----- requirements.txt | 1 + 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0346440d..6e12f495 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,6 @@ "colon_fence", "linkify", "replacements", - "linkify_fuzzy_links", ] autosummary_generate = True diff --git a/docs/installations/installation-on-gnu-linux.md b/docs/installations/installation-on-gnu-linux.md index 3c6155d8..914990c5 100644 --- a/docs/installations/installation-on-gnu-linux.md +++ b/docs/installations/installation-on-gnu-linux.md @@ -61,7 +61,7 @@ If you encounter errors with unavailable packages, troubleshoot using the follow ``` Run the installation again. 2. ICU with its `libicu` is missing. - You can find the missing version on [pkgs.org](https://pkgs.org) and install it with `gdebi`, too. You can have + You can find the missing version on pkgs.org and install it with `gdebi`, too. You can have multiple versions of ICU installed. 3. Error while executing a tool To ensure the tool functionality, make sure you add the `OPENMS_DATA_PATH` variable to your environment as follow @@ -97,16 +97,14 @@ Make sure you have [Docker installed](https://docs.docker.com/engine/install/). Our Docker support is constantly updated. Images can be obtained via [ghcr.io](https://ghcr.io). -```{tab} +```{tab} Executables [openms-executables](https://ghcr.io/openms/openms-executables:latest) - ``` -```{tab} +```{tab} Library [openms-library](https://ghcr.io/openms/openms-library:latest) - ``` Or via [BioContainers Registeries](https://biocontainers.pro/registry). diff --git a/requirements.txt b/requirements.txt index 06400885..6d403c4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ sphinx-notfound-page sphinxcontrib-images sphinx-inline-tabs pygments +linkify-it-py