Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37ac678

Browse files
MNT Add Blog to top menu bar in /stable (v1.0 branch) (#22737) (#22769)
* Add Blog to top menu bar (#22737) Co-authored-by: Thomas J. Fan <[email protected]> * Workaround numpydoc version issue Co-authored-by: Thomas J. Fan <[email protected]>
1 parent 7e1e6d0 commit 37ac678

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build_tools/circle/build_test_arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060
if [[ "$TEST_DOCSTRINGS" == "true" ]]; then
6161
# numpydoc requires sphinx
6262
mamba install --verbose -y sphinx
63-
mamba install --verbose -y numpydoc
63+
mamba install --verbose -y "numpydoc<1.2"
6464
fi
6565

6666
python --version

doc/themes/scikit-learn-modern/nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
<li class="nav-item">
5959
<a class="sk-nav-link nav-link" href="{{ pathto('auto_examples/index') }}">Examples</a>
6060
</li>
61+
<li class="nav-item">
62+
<a class="sk-nav-link nav-link" target="_blank" rel="noopener noreferrer" href="https://blog.scikit-learn.org/">Community</a>
63+
</li>
6164
{%- for title, link in drop_down_navigation %}
6265
<li class="nav-item">
6366
<a class="sk-nav-link nav-link nav-more-item-mobile-items" href="{{ link }}">{{ title }}</a>

0 commit comments

Comments
 (0)