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

Skip to content

Commit 17b1fdc

Browse files
authored
Merge pull request #22851 from matplotlib/revert-22758-doc_add_job_posting
Revert "DOC: add job advert"
2 parents 0d76c4a + 3a9cd28 commit 17b1fdc

File tree

3 files changed

+3
-35
lines changed

3 files changed

+3
-35
lines changed

doc/_static/mpl.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -256,30 +256,6 @@ table.property-table td {
256256
width: 210px;
257257
}
258258

259-
.sidebar-announcement {
260-
border-left: solid 1px #e5e5e5;
261-
border-bottom: solid 1px #e5e5e5;
262-
border-right: solid 1px #e5e5e5;
263-
border-bottom-right-radius: 4px;
264-
border-bottom-left-radius: 4px;
265-
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
266-
margin-bottom: 20px;
267-
padding: 28px 20px 20px;
268-
position: relative;
269-
}
270-
271-
.sidebar-announcement::before {
272-
content: "";
273-
position: absolute;
274-
top: 0;
275-
left: 0;
276-
display: block;
277-
height: 8px;
278-
width: 100%;
279-
background-color: #355f8d;
280-
background-image: linear-gradient(90deg, #440154, #355f8d);
281-
}
282-
283259
/* Two columns for install code blocks */
284260
div.twocol {
285261
padding-left: 0;
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<div class="sidebar-announcement">
2-
<h3>Matplotlib is Hiring!</h3>
3-
<p>We have support for a 3-year Research Software Engineer Position via
4-
a <a href="https://discourse.matplotlib.org/t/maplotlib-selected-for-nasa-roses-ostfl-2020/22303">grant
5-
from NASA.</a>
6-
</p>
7-
<p>Please
8-
see <a href="https://discourse.matplotlib.org/t/research-software-engineer-roses-2020-position/22597">
9-
the job posting</a> for more details and how to apply.</p>
10-
<p><strong>Applications will close April 15, 2022.</strong></p>
11-
2+
<p>Matplotlib 3.0 is Python 3 only.</p>
3+
<p>Python 2 support has been dropped on January 1, 2020.</p>
4+
<p>The last Python 2 compatible release is 2.2.5.</p>
125
</div>

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
321321
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
322322
"collapse_navigation": not is_release_build,
323323
"show_prev_next": False,
324-
"left_sidebar_end": ["sidebar_announcement.html"],
325324
}
326325
include_analytics = is_release_build
327326
if include_analytics:

0 commit comments

Comments
 (0)