File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
#### Closed issues
10
10
- Fixed ` ot.mapping ` solvers which depended on deprecated ` cvxpy ` ` ECOS ` solver (PR #692 , Issue #668 )
11
11
- Fixed numerical errors in ` ot.gmm ` (PR #690 , Issue #689 )
12
-
12
+ - Add version number to the documentation (PR # 696 )
13
13
14
14
## 0.9.5
15
15
Original file line number Diff line number Diff line change 3
3
<!-- add shift_up to the class for force viewing ,
4
4
data-toggle="rst-current-version" -->
5
5
< span class ="rst-current-version " style ="margin-bottom:1mm; ">
6
- < span class ="fa fa-book "> Python Optimal Transport</ span >
6
+ < span class ="fa fa-book "> Python Optimal Transport</ span > {{ version }}
7
7
< hr style ="margin-bottom:1.5mm;margin-top:5mm; ">
8
8
<!-- versions
9
9
<span class="fa fa-caret-down"></span>-->
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ def __getattr__(cls, name):
162
162
# further. For a list of options available for each theme, see the
163
163
# documentation.
164
164
165
- html_theme_options = {}
165
+ html_theme_options = {"version_selector" : True }
166
166
167
167
# Add any paths that contain custom themes here, relative to this directory.
168
168
# html_theme_path = []
You can’t perform that action at this time.
0 commit comments