From 7cb12c14392592b99461c13f68899f20a2e887c3 Mon Sep 17 00:00:00 2001 From: Alec Grieser Date: Sat, 30 Jun 2018 13:26:01 -0700 Subject: [PATCH] switch module name of ruby domain to sphinxcontrib.rubydomain --- documentation/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sphinx/conf.py b/documentation/sphinx/conf.py index a800fc4571..3afe72e7a0 100644 --- a/documentation/sphinx/conf.py +++ b/documentation/sphinx/conf.py @@ -32,7 +32,7 @@ extensions = [ 'sphinx.ext.ifconfig', 'brokenrole', 'relativelink', - 'rubydomain' + 'sphinxcontrib.rubydomain' ] # Add any paths that contain templates here, relative to this directory.