Skip to content

Commit

Permalink
Deploying to gh-pages from @ 35d8d66 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Mar 27, 2024
1 parent b889608 commit 861f6c0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ <h1>API documentation<a class="headerlink" href="#api-documentation" title="Perm
returns the value directly, if it is either a
<a class="reference internal" href="#pytest_container.container.Container" title="pytest_container.container.Container"><code class="xref py py-class docutils literal notranslate"><span class="pre">Container</span></code></a> or a
<a class="reference internal" href="#pytest_container.container.DerivedContainer" title="pytest_container.container.DerivedContainer"><code class="xref py py-class docutils literal notranslate"><span class="pre">DerivedContainer</span></code></a>.</p>
<div class="deprecated">
<p><span class="versionmodified deprecated">Deprecated since version 0.4.0: </span>This will be removed in 0.5.0. use container_and_marks_from_pytest_param instead</p>
</div>
</dd></dl>

<dl class="py function">
Expand Down
8 changes: 8 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this he
<section id="next-release">
<h2>Next Release<a class="headerlink" href="#next-release" title="Permalink to this heading"></a></h2>
<p>Breaking changes:</p>
<p>Improvements and new features:</p>
<p>Documentation:</p>
<p>Internal changes:</p>
</section>
<section id="march-2024">
<h2>0.4.0 (27 March 2024)<a class="headerlink" href="#march-2024" title="Permalink to this heading"></a></h2>
<p>Breaking changes:</p>
<ul class="simple">
<li><p>add the parameter <code class="docutils literal notranslate"><span class="pre">container_runtime</span></code> to
<a class="reference internal" href="api.html#pytest_container.container.ContainerBaseABC.prepare_container" title="pytest_container.container.ContainerBaseABC.prepare_container"><code class="xref py py-func docutils literal notranslate"><span class="pre">prepare_container()</span></code></a> and
Expand Down Expand Up @@ -237,6 +244,7 @@ <h3>Navigation</h3>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage Tips</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#next-release">Next Release</a></li>
<li class="toctree-l2"><a class="reference internal" href="#march-2024">0.4.0 (27 March 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#september-2023">0.3.0 (26 September 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#devconf-cz-edition-14-june-2023">0.2.0 - DevConf.cz edition (14 June 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#march-2023">0.1.1 (21 March 2023)</a></li>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#next-release">Next Release</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#march-2024">0.4.0 (27 March 2024)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#september-2023">0.3.0 (26 September 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#devconf-cz-edition-14-june-2023">0.2.0 - DevConf.cz edition (14 June 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#march-2023">0.1.1 (21 March 2023)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 861f6c0

Please sign in to comment.