Skip to content

Commit

Permalink
Deployed 3f0821e to latest with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Oct 25, 2023
1 parent 275c881 commit b5798e0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 28 deletions.
12 changes: 7 additions & 5 deletions latest/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#unreleased-changes-2023-10-23" class="md-nav__link">
Unreleased changes (2023-10-23)
<a href="#unreleased-changes-2023-10-25" class="md-nav__link">
Unreleased changes (2023-10-25)
</a>

</li>
Expand Down Expand Up @@ -1111,8 +1111,8 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#unreleased-changes-2023-10-23" class="md-nav__link">
Unreleased changes (2023-10-23)
<a href="#unreleased-changes-2023-10-25" class="md-nav__link">
Unreleased changes (2023-10-25)
</a>

</li>
Expand Down Expand Up @@ -1308,10 +1308,11 @@


<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
<h2 id="unreleased-changes-2023-10-23"><a href="https://github.com/SINTEF/ci-cd/tree/Unreleased changes">Unreleased changes</a> (2023-10-23)<a class="headerlink" href="#unreleased-changes-2023-10-23" title="Permanent link">&para;</a></h2>
<h2 id="unreleased-changes-2023-10-25"><a href="https://github.com/SINTEF/ci-cd/tree/Unreleased changes">Unreleased changes</a> (2023-10-25)<a class="headerlink" href="#unreleased-changes-2023-10-25" title="Permanent link">&para;</a></h2>
<p><a href="https://github.com/SINTEF/ci-cd/compare/v2.5.2...Unreleased changes">Full Changelog</a></p>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Avoid warning for inter-relative extra dependencies <a href="https://github.com/SINTEF/ci-cd/issues/198">#198</a></li>
<li>Allow branch name customization <a href="https://github.com/SINTEF/ci-cd/issues/196">#196</a></li>
</ul>
<p><strong>Fixed bugs:</strong></p>
Expand All @@ -1320,6 +1321,7 @@ <h2 id="unreleased-changes-2023-10-23"><a href="https://github.com/SINTEF/ci-cd/
</ul>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Add project name by default to <code>already_handled_packages</code> <a href="https://github.com/SINTEF/ci-cd/pull/202">#202</a> (<a href="https://github.com/CasperWA">CasperWA</a>)</li>
<li>Customize branch name <a href="https://github.com/SINTEF/ci-cd/pull/201">#201</a> (<a href="https://github.com/CasperWA">CasperWA</a>)</li>
</ul>
<h2 id="v252-2023-10-04"><a href="https://github.com/SINTEF/ci-cd/tree/v2.5.2">v2.5.2</a> (2023-10-04)<a class="headerlink" href="#v252-2023-10-04" title="Permanent link">&para;</a></h2>
Expand Down
5 changes: 4 additions & 1 deletion latest/api_reference/tasks/update_deps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,10 @@ <h3 id="ci_cd.tasks.update_deps.update_deps" class="doc doc-heading">
<span class="p">)</span>
<span class="n">py_version</span> <span class="o">=</span> <span class="n">match</span><span class="o">.</span><span class="n">group</span><span class="p">(</span><span class="s2">&quot;version&quot;</span><span class="p">)</span>

<span class="n">already_handled_packages</span> <span class="o">=</span> <span class="nb">set</span><span class="p">()</span>
<span class="c1"># Skip package if it is this project (this can happen for inter-relative extra</span>
<span class="c1"># dependencies)</span>
<span class="n">already_handled_packages</span> <span class="o">=</span> <span class="p">{</span><span class="n">pyproject</span><span class="p">[</span><span class="s2">&quot;project&quot;</span><span class="p">][</span><span class="s2">&quot;name&quot;</span><span class="p">]}</span>

<span class="n">updated_packages</span> <span class="o">=</span> <span class="p">{}</span>
<span class="n">dependencies</span> <span class="o">=</span> <span class="n">pyproject</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;project&quot;</span><span class="p">,</span> <span class="p">{})</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;dependencies&quot;</span><span class="p">,</span> <span class="p">[])</span>
<span class="k">for</span> <span class="n">optional_deps</span> <span class="ow">in</span> <span class="p">(</span>
Expand Down
2 changes: 1 addition & 1 deletion latest/search/search_index.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions latest/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,107 +2,107 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/CHANGELOG/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/LICENSE/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/api_reference/exceptions/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/api_reference/main/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/api_reference/utils/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/api_reference/tasks/api_reference_docs/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/api_reference/tasks/docs_index/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/api_reference/tasks/setver/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/api_reference/tasks/update_deps/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/hooks/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/hooks/docs_api_reference/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/hooks/docs_landing_page/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/hooks/update_pyproject/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/workflows/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/workflows/cd_release/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/workflows/ci_automerge_prs/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/workflows/ci_cd_updated_default_branch/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/workflows/ci_check_pyproject_dependencies/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/workflows/ci_tests/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://SINTEF.github.io/ci-cd/latest/workflows/ci_update_dependencies/</loc>
<lastmod>2023-10-23</lastmod>
<lastmod>2023-10-25</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified latest/sitemap.xml.gz
Binary file not shown.

0 comments on commit b5798e0

Please sign in to comment.