Skip to content
Snippets Groups Projects
  • David Douard's avatar
    0f4ec311
    Fix the sphinx config · 0f4ec311
    David Douard authored
    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.
    0f4ec311
    History
    Fix the sphinx config
    David Douard authored
    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.
conf.py 169 B