Page MenuHomeSoftware Heritage

Small improvements to help the CI job tracking errors and warnings in the doc
ClosedPublic

Authored by douardda on Nov 28 2018, 6:46 PM.

Details

Summary

this is a stack of 3 small revisions

  1. add a hack in conf.py to make httpdomain routing table referencable

this aims at eliminating a warning generated by sphinx-build on swh-web's
index, due to the presence of an explicit link to the http-routingtable.html
file (which does not exists at that time, thus generated a warning).

This should be killed once

https://github.com/sphinx-contrib/httpdomain/pull/19

is accepted and released.

  1. make it possible to set the SPHINXOPTS env var when building the doc with tox

This will allow the CI to run the building job with sphinx options like
-W (aka "turn warnings into errors").

  1. docs: prevent a 'file non included in a toctree' warning

related to T1331

Diff Detail

Repository
rDDOC Development documentation
Branch
ci-forever
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2668
Build 3324: arc lint + arc unit