summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2021-06-18 08:17:14 -0500
committerMarge Bot <eric+marge@anholt.net>2021-06-21 16:47:00 +0000
commit1a14d98fa247ef33c0787b07ff8d5f663cdc4408 (patch)
tree63800771ca93fc061f17c612f3e74cc351c51a55 /docs/conf.py
parent73188c6954299d57c5b3eb30c514977895283b66 (diff)
downloadmesa-1a14d98fa247ef33c0787b07ff8d5f663cdc4408.tar.gz
nir: Document all the ALU opcodes
Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11438>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 079016cdd35..ba789390467 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,7 +38,7 @@ sys.path.append(os.path.abspath('_exts'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
-extensions = ['sphinx.ext.graphviz', 'breathe', 'formatting', 'redirects']
+extensions = ['sphinx.ext.graphviz', 'breathe', 'formatting', 'nir', 'redirects']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']