Skip to content

Commit

Permalink
deps: pin doces dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Nov 8, 2023
1 parent 6186b6c commit 5140110
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda-recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies:
- setproctitle

# Documentation
- sphinx >= 5.2.1
- sphinx >= 6.0
- sphinx-rtd-theme
- sphinx-autobuild
- sphinx-copybutton
Expand Down
2 changes: 1 addition & 1 deletion docs/conda-recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies:
- pillow

# Documentation
- sphinx >= 5.2.1
- sphinx >= 6.0
- sphinx-rtd-theme
- sphinx-autobuild
- sphinx-copybutton
Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ torch >= 1.13

--requirement ../requirements.txt

sphinx >= 5.2.1
sphinx >= 6.0
sphinx-autoapi
sphinx-autobuild
sphinx-copybutton
sphinx-rtd-theme
sphinxcontrib-katex
sphinxcontrib-bibtex
sphinx-autodoc-typehints >= 1.19.2
sphinxcontrib-bibtex >= 2.4
sphinx-autodoc-typehints >= 1.24
IPython
ipykernel
pandoc
myst-nb
myst-nb >= 0.15
docutils
matplotlib

0 comments on commit 5140110

Please sign in to comment.