[docs] Remove special handling of CDSL python modules;

This commit is contained in:
Benjamin Bouvier
2019-07-10 12:39:10 +02:00
parent 55f36ce81a
commit abc3397017
4 changed files with 126 additions and 876 deletions

View File

@@ -21,10 +21,6 @@ import os
import sys
sys.path.insert(0, os.path.abspath('.'))
# Also add the meta-python directory to sys.path so autodoc can find the Cranelift meta
# language definitions.
sys.path.insert(0, os.path.abspath('../cranelift-codegen/meta-python'))
# -- General configuration ------------------------------------------------
# We don't support Sphinx versions before 1.4 since the format of index
@@ -41,7 +37,6 @@ extensions = [
'sphinx.ext.ifconfig',
'sphinx.ext.graphviz',
'sphinx.ext.inheritance_diagram',
'clif_domain',
'clif_lexer',
]