Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
1160ebb3
Unverified
Commit
1160ebb3
authored
Mar 28, 2023
by
zjing14
Committed by
GitHub
Mar 28, 2023
Browse files
Merge branch 'develop' into contraction_fp64_instances
parents
d45c9b70
88d47432
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
2 deletions
+22
-2
docs/.sphinx/requirements.in
docs/.sphinx/requirements.in
+1
-0
docs/.sphinx/requirements.txt
docs/.sphinx/requirements.txt
+18
-0
docs/conf.py
docs/conf.py
+3
-2
No files found.
docs/.sphinx/requirements.in
View file @
1160ebb3
git+https://github.com/RadeonOpenCompute/rocm-docs-core.git
sphinxcontrib-bibtex==2.5.0
docs/.sphinx/requirements.txt
View file @
1160ebb3
...
...
@@ -46,9 +46,11 @@ docutils==0.16
# via
# breathe
# myst-parser
# pybtex-docutils
# pydata-sphinx-theme
# rocm-docs-core
# sphinx
# sphinxcontrib-bibtex
executing==1.2.0
# via stack-data
fastjsonschema==2.16.3
...
...
@@ -94,6 +96,8 @@ jupyter-core==5.3.0
# ipykernel
# jupyter-client
# nbformat
latexcodec==2.0.1
# via pybtex
linkify-it-py==1.0.3
# via myst-parser
markdown-it-py==2.2.0
...
...
@@ -150,6 +154,12 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pybtex==0.24.0
# via
# pybtex-docutils
# sphinxcontrib-bibtex
pybtex-docutils==1.0.2
# via sphinxcontrib-bibtex
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.13.1
...
...
@@ -175,6 +185,7 @@ pyyaml==6.0
# jupyter-cache
# myst-nb
# myst-parser
# pybtex
# sphinx-external-toc
pyzmq==25.0.2
# via
...
...
@@ -189,6 +200,8 @@ rocm-docs-core @ git+https://github.com/RadeonOpenCompute/rocm-docs-core.git
six==1.16.0
# via
# asttokens
# latexcodec
# pybtex
# python-dateutil
smmap==5.0.0
# via gitdb
...
...
@@ -208,6 +221,7 @@ sphinx==4.3.1
# sphinx-design
# sphinx-external-toc
# sphinx-notfound-page
# sphinxcontrib-bibtex
sphinx-book-theme==1.0.0rc2
# via rocm-docs-core
sphinx-copybutton==0.5.1
...
...
@@ -220,6 +234,10 @@ sphinx-notfound-page==0.8.3
# via rocm-docs-core
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-bibtex==2.5.0
# via
# -r requirements.in
# rocm-docs-core
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
...
...
docs/conf.py
View file @
1160ebb3
...
...
@@ -18,7 +18,8 @@ mathjax3_config = {
}
}
bibtex_bibfiles
=
[
'refs.bib'
]
for
sphinx_var
in
ROCmDocs
.
SPHINX_VARS
:
globals
()[
sphinx_var
]
=
getattr
(
docs_core
,
sphinx_var
)
extensions
+=
[
'sphinxcontrib.bibtex'
]
bibtex_bibfiles
=
[
'refs.bib'
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment