Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nnabla-doc build requirements.txt #1180

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
nnabla==1.35.0.dev1
Sphinx==4.5.0
Sphinx
sphinx-rtd-theme
mock==1.0.1
pillow==5.4.1
alabaster>=0.7,<0.8,!=0.7.5
commonmark==0.8.1
recommonmark==0.5.0
mock
pillow
alabaster
commonmark
recommonmark
readthedocs-sphinx-ext
jinja2<3.1.0
jinja2
sphinxcontrib-actdiag
sphinxcontrib-blockdiag
sphinxcontrib-nwdiag
Expand All @@ -16,7 +16,6 @@ sphinxcontrib-seqdiag
sphinxcontrib-toc
breathe
pygments
funcparserlib==1.0.0a0
funcparserlib
tensorflow
tensorboardX

16 changes: 8 additions & 8 deletions doc/requirements.txt.tmpl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
nnabla==${'.'.join(version.split('.')[:3])}
Sphinx==4.5.0
Sphinx
sphinx-rtd-theme
mock==1.0.1
pillow==5.4.1
alabaster>=0.7,<0.8,!=0.7.5
commonmark==0.8.1
recommonmark==0.5.0
mock
pillow
alabaster
commonmark
recommonmark
readthedocs-sphinx-ext
jinja2<3.1.0
jinja2
sphinxcontrib-actdiag
sphinxcontrib-blockdiag
sphinxcontrib-nwdiag
Expand All @@ -16,7 +16,7 @@ sphinxcontrib-seqdiag
sphinxcontrib-toc
breathe
pygments
funcparserlib==1.0.0a0
funcparserlib
tensorflow
tensorboardX