Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get useful warnings for broken links in the doc
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 3 Jan 2020 22:40:12 +0000 (23:40 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 4 Jan 2020 18:18:56 +0000 (19:18 +0100)
.gitlab-ci.yml
docs/source/conf.py

index 7c355ce..254b313 100644 (file)
@@ -11,7 +11,7 @@ pages:
   - make -j4
   - pip3 install --requirement docs/requirements.txt
   - cd docs
-  - LC_ALL=C.UTF-8 SPHINXOPTS=-vv ./Build.sh
+  - 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 "edit on FramaGit" link is broken.
index c309c22..4f2554a 100644 (file)
@@ -144,3 +144,7 @@ html_context = {
     "gitlab_version": "master",  # Version
     "conf_py_path": "/docs/source/",  # Path in the checkout to the docs root
 }
+
+# -- Other options
+
+nitpicky = True # Generate a warning for all a cross-reference (such as :func:`myfunc`) that cannot be found