File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " CircleCI artifact handling"
1
3
on : [status]
2
4
jobs :
3
5
circleci_artifacts_redirector_job :
6
+ if : " ${{ github.event.context == 'ci/circleci: build_docs' }}"
7
+ permissions :
8
+ statuses : write
4
9
runs-on : ubuntu-latest
5
10
name : Run CircleCI artifacts redirector
6
11
steps :
10
15
repo-token : ${{ secrets.GITHUB_TOKEN }}
11
16
artifact-path : 0/docs/build/html/index.html
12
17
circleci-jobs : build_docs
18
+ job-title : View the built docs
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : GitHub Pages
2
3
3
4
on :
25
26
26
27
- name : Make docs builds
27
28
run : |
28
- make -C docs html
29
+ make -C docs html O="-t release"
29
30
30
31
- name : Deploy
31
32
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 2
2
markdown
3
3
pyyaml
4
4
sphinx
5
- mpl-sphinx-theme ~= 3.6.0
5
+ mpl-sphinx-theme ~= 3.7.1
Original file line number Diff line number Diff line change 16
16
html_theme = "mpl_sphinx_theme"
17
17
html_static_path = ["./_static" ]
18
18
html_theme_options = {
19
- "logo" : {
20
- "link" : "https://matplotlib.org/stable" ,
21
- "image_light" : "images/logo2.svg" ,
22
- "image_dark" : "images/logo_dark.svg" ,
23
- },
24
- "navbar_links" : "internal" ,
25
- "page_sidebar_items" : "page-toc.html" ,
19
+ "navbar_links" : ("absolute" , "server-stable" ),
20
+ "secondary_sidebar_items" : "page-toc.html" ,
26
21
}
27
22
28
23
html_css_files = [
Original file line number Diff line number Diff line change 8
8
{% with section_id = section.name | lower | replace(" ", "-") %}
9
9
<h3 id =" {{ section_id }}" >
10
10
{{ section.name }}
11
- <a class =" headerlink" href =" #{{ section_id }}" title =" Permalink to this headline" >¶ </a >
11
+ <a class =" headerlink" href =" #{{ section_id }}" title =" Permalink to this headline" ># </a >
12
12
</h3 >
13
13
{% endwith %}
14
14
</th >
You can’t perform that action at this time.
0 commit comments