This commit is contained in:
GreyPakman 2018-04-27 14:01:49 +02:00
parent 7c8fe10387
commit 832de3bbc7
2 changed files with 2 additions and 6 deletions

View File

@ -1,11 +1,6 @@
Manuel de montage BrailleRAP-SP Manuel de montage BrailleRAP-SP
=============================== ===============================
.. _arbitrary-anchor:
Some Arbitrary Line
This is actually a definition
Collage de la caisse bois Collage de la caisse bois
-------------------------- --------------------------
@ -654,7 +649,7 @@ A ne pas oublier
* Serrer la vis du endstop X * Serrer la vis du endstop X
Lorem ipsum :ref:`here is the anchor link <arbitrary-anchor>` dolor sit amet

View File

@ -18,6 +18,7 @@ sys.path.append(os.path.abspath('_ext'))
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel',
] ]
templates_path = ['_templates'] templates_path = ['_templates']