From b4231b0645214b4b40d6600de12a172f98ad45b2 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 30 Jun 2019 20:49:08 +0200 Subject: [PATCH] fix some sphinx warnings --- .gitlab-ci.yml | 3 +-- docs/Build.sh | 1 + docs/source/index.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a0ebdbb6a..b763d33633 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,8 @@ pages: - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public # - The CSS contains a reference to a font or something, not something we gonna fix on our side - # - The javasphinx output does not exist in the git, so the "open on GitLab" link is broken. + # - The javasphinx output does not exist in the git, so the "edit on FramaGit" link is broken. # I'd like to report this as a bug, but javasphinx seems abandonned upstream. - # - public/search.html and public/genindex.html are also generated. - linkchecker --ignore-url='.*\.css$' --ignore-url=public/java/org ../public # From time to time, we should check external links with the # following, but it has a lot of false positive diff --git a/docs/Build.sh b/docs/Build.sh index b0a94b4b1a..4b6c1544ed 100755 --- a/docs/Build.sh +++ b/docs/Build.sh @@ -59,6 +59,7 @@ done if [ -e /opt/simgrid ] ; then chmod -x /opt/simgrid; fi +set +e # Don't fail if [ -e /usr/bin/linkchecker ] ; then linkchecker --no-status -o csv --ignore-url='.*\.css$' --ignore-url=public/java/org build/html \ | grep -v '^#' \ diff --git a/docs/source/index.rst b/docs/source/index.rst index 0251336c3e..91da4d3c0f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,8 +4,8 @@ The Modern Age of Computer Systems Simulation ============================================= SimGrid is a framework to simulate distributed computer systems. It can be used -to either :ref:`assess abstract algorithms `_, or to -:ref:`debug and profile real MPI applications `_. +to either :ref:`assess abstract algorithms `, or to +:ref:`debug and profile real MPI applications `. SimGrid is routinely used in studies on (data-)Grids, IaaS Clouds (:ref:`API `, :ref:`examples `), -- 2.20.1