[DOCS] Add MLIR Autogenerated Docs to Sphinx Docs (#2234)

Partially fixes: https://github.com/openai/triton/issues/2226

Here are some example renderings:
![Screenshot from 2023-09-04
18-39-20](https://github.com/openai/triton/assets/9093549/e9c4af04-aeae-4021-a8db-6a4a82b59ae7)
![Screenshot from 2023-09-04
18-39-30](https://github.com/openai/triton/assets/9093549/410391b8-e07e-4bed-909c-8ce5484072d1)
![Screenshot from 2023-09-04
18-39-41](https://github.com/openai/triton/assets/9093549/f1eaef95-66c1-4506-a153-c6069e2b5072)
This commit is contained in:
jon-chuang
2023-09-06 16:17:12 +08:00
committed by GitHub
parent 92e2c32283
commit 36859aebff
12 changed files with 98 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ jobs:
pip3 install tabulate
pip3 install cmake
pip3 install sphinx
pip3 install myst_parser
#- name: Fetch dependent branches
# run: |