Remove adadomain usage.
3 files changed, 5 insertions(+), 5 deletions(-)

M doc/source/api-json-data.rst
M doc/source/api-json.rst
M doc/source/conf.py
M doc/source/api-json-data.rst +2 -1
@@ 1,7 1,8 @@ 
+.. index:: ! JSON.Data (package)
+
 :mod:`JSON.Data` -- Package
 =======================
 
-.. ada:module:: JSON.Data
 .. moduleauthor:: Tero Koskinen <tero.koskinen@iki.fi>
 
 -----

          
M doc/source/api-json.rst +2 -3
@@ 1,9 1,8 @@ 
+.. index:: ! JSON (package)
+
 :mod:`JSON` -- Package
 =======================
 
-.. ada:module:: JSON
-.. moduleauthor:: Tero Koskinen <tero.koskinen@iki.fi>
-
 -----
 Types
 -----

          
M doc/source/conf.py +1 -1
@@ 25,7 25,7 @@ import sys, os
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinxcontrib.adadomain']
+extensions = []
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']