From 5ebf254316ee88b930685e8091f83ca6b2e12c97 Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Fri, 11 Jun 2021 22:49:33 +0200 Subject: conf.py: disable autosectionlabel b/c of a unexpected build error on readthedocs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 3e95e52d..8281827e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.ifconfig', 'sphinx.ext.graphviz', 'notfound.extension', - 'autosectionlabel', + #'autosectionlabel', 'vyos' ] -- cgit v1.2.3