Skip to content

Commit

Permalink
docs: fix broken link to config.py 3c9fd8b
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Sep 24, 2024
1 parent 144fec8 commit d037699
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/guides/library_guide.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion guides/library_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h1>Using poethepoet as a library<a class="headerlink" href="#using-poethepoet-a
this determines where to look for a pyproject.toml file, defaults to
<code class="docutils literal notranslate"><span class="pre">Path().resolve()</span></code></p></li>
<li><p><strong>config</strong> (<em>dict</em><em> | </em><em>PoeConfig</em><em>, </em><em>optional</em>) – Either a dictionary with the same schema as a pyproject.toml file, or a
<a class="reference external" href="https://github.com/nat-n/poethepoet/blob/main/poethepoet/config.py">PoeConfig</a>
<a class="reference external" href="https://github.com/nat-n/poethepoet/blob/main/poethepoet/config/config.py">PoeConfig</a>
object to use as an alternative to loading config from a file.</p></li>
<li><p><strong>output</strong> (<em>IO</em><em>, </em><em>optional</em>) – A stream for the application to write its own output to, defaults to sys.stdout</p></li>
<li><p><strong>poetry_env_path</strong> (<em>str</em><em>, </em><em>optional</em>) – The path to the poetry virtualenv. If provided then it is used by the
Expand Down

0 comments on commit d037699

Please sign in to comment.