diff --git a/docs/assemblage.rst b/docs/assemblage.rst index 60b48dd..acacfc7 100644 --- a/docs/assemblage.rst +++ b/docs/assemblage.rst @@ -1,11 +1,6 @@ Manuel de montage BrailleRAP-SP =============================== -.. _arbitrary-anchor: - -Some Arbitrary Line - This is actually a definition - Collage de la caisse bois -------------------------- @@ -654,7 +649,7 @@ A ne pas oublier * Serrer la vis du endstop X -Lorem ipsum :ref:`here is the anchor link ` dolor sit amet + diff --git a/docs/conf.py b/docs/conf.py index 641f4ea..28a7ea2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,6 +18,7 @@ sys.path.append(os.path.abspath('_ext')) extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', + 'sphinx.ext.autosectionlabel', ] templates_path = ['_templates']