HomeSoftware Heritage

Fix the sphinx config

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix the sphinx config

Commit 455d780c did add the:

extensions = ["sphinx.ext.autosectionlabel"]

which provoques 2 problems:

  • previous extensions (from swh.doc) are disabled,
  • this autosectionlabel extension does produces a lot of "duplicate label" warnings.

So get rid of this line in conf.py and use explicit labels in
spec-meta-deposit.rst.

Also fix an indentation problem in this file.

Details

Provenance
douarddaAuthored on Nov 6 2020, 10:19 AM
douarddaPushed on Nov 6 2020, 10:29 AM
Differential Revision
D4425: Fix the sphinx config
Build Status
Buildable 16893
Build 26059: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.