Skip to content

Commit 41a4d57

Browse files
authored
Docs: add documentation dependencies (#801)
* documentation dependencies * update releases for PR #801
1 parent 9f43898 commit 41a4d57

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This new release adds support for sparse cost matrices and a new lazy EMD solver
2828
- Fix code coverage (PR #791)
2929
- Fix test of the version of jax in `ot.backend` (PR #794)
3030
- Reverting the openmp fix on macOS (PR #789) for macOS (PR #797)
31+
- Align documentation build dependencies and doc extras (PR #801)
3132

3233

3334
## 0.9.6.post1

docs/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
sphinx_gallery
2-
sphinx_rtd_theme
1+
sphinx
2+
sphinx-rtd-theme
3+
sphinx-gallery
4+
sphinxcontrib-jquery
35
numpydoc
4-
memory_profiler
6+
myst-parser
57
pillow
68
networkx
7-
myst-parser
9+
memory_profiler

setup.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@
105105
"dr": ["scikit-learn", "pymanopt", "autograd"],
106106
"gnn": ["torch", "torch_geometric"],
107107
"plot": ["matplotlib"],
108+
"doc": [
109+
"sphinx",
110+
"sphinx-rtd-theme",
111+
"sphinx-gallery",
112+
"sphinxcontrib-jquery",
113+
"numpydoc",
114+
"myst-parser",
115+
"pillow",
116+
"networkx",
117+
"memory_profiler",
118+
],
108119
"all": [
109120
"jax",
110121
"jaxlib",

0 commit comments

Comments
 (0)