"...resnet50_tensorflow.git" did not exist on "9bf1fd02f6c44efbf0d4690d513e90fc77559746"
Unverified Commit 88d47432 authored by Sam Wu's avatar Sam Wu Committed by GitHub
Browse files

Separate bibtex requirement from rocm-docs-core (#656)

* separate bibtex requirement from rocm-docs-core

* point requirements to source rocm-docs-core repo
parent f80776d9
git+https://github.com/RadeonOpenCompute/rocm-docs-core.git git+https://github.com/RadeonOpenCompute/rocm-docs-core.git
sphinxcontrib-bibtex==2.5.0
...@@ -46,9 +46,11 @@ docutils==0.16 ...@@ -46,9 +46,11 @@ docutils==0.16
# via # via
# breathe # breathe
# myst-parser # myst-parser
# pybtex-docutils
# pydata-sphinx-theme # pydata-sphinx-theme
# rocm-docs-core # rocm-docs-core
# sphinx # sphinx
# sphinxcontrib-bibtex
executing==1.2.0 executing==1.2.0
# via stack-data # via stack-data
fastjsonschema==2.16.3 fastjsonschema==2.16.3
...@@ -94,6 +96,8 @@ jupyter-core==5.3.0 ...@@ -94,6 +96,8 @@ jupyter-core==5.3.0
# ipykernel # ipykernel
# jupyter-client # jupyter-client
# nbformat # nbformat
latexcodec==2.0.1
# via pybtex
linkify-it-py==1.0.3 linkify-it-py==1.0.3
# via myst-parser # via myst-parser
markdown-it-py==2.2.0 markdown-it-py==2.2.0
...@@ -150,6 +154,12 @@ ptyprocess==0.7.0 ...@@ -150,6 +154,12 @@ ptyprocess==0.7.0
# via pexpect # via pexpect
pure-eval==0.2.2 pure-eval==0.2.2
# via stack-data # via stack-data
pybtex==0.24.0
# via
# pybtex-docutils
# sphinxcontrib-bibtex
pybtex-docutils==1.0.2
# via sphinxcontrib-bibtex
pycparser==2.21 pycparser==2.21
# via cffi # via cffi
pydata-sphinx-theme==0.13.1 pydata-sphinx-theme==0.13.1
...@@ -175,6 +185,7 @@ pyyaml==6.0 ...@@ -175,6 +185,7 @@ pyyaml==6.0
# jupyter-cache # jupyter-cache
# myst-nb # myst-nb
# myst-parser # myst-parser
# pybtex
# sphinx-external-toc # sphinx-external-toc
pyzmq==25.0.2 pyzmq==25.0.2
# via # via
...@@ -189,6 +200,8 @@ rocm-docs-core @ git+https://github.com/RadeonOpenCompute/rocm-docs-core.git ...@@ -189,6 +200,8 @@ rocm-docs-core @ git+https://github.com/RadeonOpenCompute/rocm-docs-core.git
six==1.16.0 six==1.16.0
# via # via
# asttokens # asttokens
# latexcodec
# pybtex
# python-dateutil # python-dateutil
smmap==5.0.0 smmap==5.0.0
# via gitdb # via gitdb
...@@ -208,6 +221,7 @@ sphinx==4.3.1 ...@@ -208,6 +221,7 @@ sphinx==4.3.1
# sphinx-design # sphinx-design
# sphinx-external-toc # sphinx-external-toc
# sphinx-notfound-page # sphinx-notfound-page
# sphinxcontrib-bibtex
sphinx-book-theme==1.0.0rc2 sphinx-book-theme==1.0.0rc2
# via rocm-docs-core # via rocm-docs-core
sphinx-copybutton==0.5.1 sphinx-copybutton==0.5.1
...@@ -220,6 +234,10 @@ sphinx-notfound-page==0.8.3 ...@@ -220,6 +234,10 @@ sphinx-notfound-page==0.8.3
# via rocm-docs-core # via rocm-docs-core
sphinxcontrib-applehelp==1.0.4 sphinxcontrib-applehelp==1.0.4
# via sphinx # via sphinx
sphinxcontrib-bibtex==2.5.0
# via
# -r requirements.in
# rocm-docs-core
sphinxcontrib-devhelp==1.0.2 sphinxcontrib-devhelp==1.0.2
# via sphinx # via sphinx
sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-htmlhelp==2.0.1
......
...@@ -18,7 +18,8 @@ mathjax3_config = { ...@@ -18,7 +18,8 @@ mathjax3_config = {
} }
} }
bibtex_bibfiles = ['refs.bib']
for sphinx_var in ROCmDocs.SPHINX_VARS: for sphinx_var in ROCmDocs.SPHINX_VARS:
globals()[sphinx_var] = getattr(docs_core, sphinx_var) globals()[sphinx_var] = getattr(docs_core, sphinx_var)
extensions += ['sphinxcontrib.bibtex']
bibtex_bibfiles = ['refs.bib']
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment