Skip to content

Commit

Permalink
Merge pull request #1213 from nnabla/feature/20230713-limit-sphinx-fo…
Browse files Browse the repository at this point in the history
…r-doc

limit sphinx for readthedocs
  • Loading branch information
Qizhen-Xue authored Jul 13, 2023
2 parents 0535ef8 + 14a01fa commit afe9bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nnabla==1.36.0
Sphinx
Sphinx<7
sphinx-rtd-theme
mock
pillow<10.0
Expand Down
4 changes: 2 additions & 2 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
Sphinx<7
sphinx-rtd-theme
mock
pillow<10.0
alabaster
commonmark
recommonmark
readthedocs-sphinx-ext
jinja2
jinja2>3.1.0
sphinxcontrib-actdiag
sphinxcontrib-blockdiag
sphinxcontrib-nwdiag
Expand Down

0 comments on commit afe9bc0

Please sign in to comment.