Skip to content

Commit

Permalink
Bump sphinxcontrib-apidoc from 0.4.0 to 0.5.0 (#367)
Browse files Browse the repository at this point in the history
Bumps [sphinxcontrib-apidoc](https://github.com/sphinx-contrib/apidoc)
from 0.4.0 to 0.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-contrib/apidoc/commit/8be157f5ac7fccad983aef23eb5242680e73ef5a"><code>8be157f</code></a>
Added quote marks to indicate default template dir is a string</li>
<li><a
href="https://github.com/sphinx-contrib/apidoc/commit/842c629c6487c3d34eb5e02ae44f4512aa3ab24b"><code>842c629</code></a>
Removed more white space to match required style</li>
<li><a
href="https://github.com/sphinx-contrib/apidoc/commit/ce1ac08261c8ddcc347de06a3bdabba7e0a0a3a8"><code>ce1ac08</code></a>
Removed white space screwing with PR linter</li>
<li><a
href="https://github.com/sphinx-contrib/apidoc/commit/8f7d38a571043a472e092bb3665d05d318eadaa2"><code>8f7d38a</code></a>
Added description of apidoc_template_dir option to README</li>
<li><a
href="https://github.com/sphinx-contrib/apidoc/commit/6a66181de90a8cf3e1d3aa667054523825f5e6d1"><code>6a66181</code></a>
Added missed line in patch for templates support</li>
<li><a
href="https://github.com/sphinx-contrib/apidoc/commit/a61507a58176a5f8b7da3d83f13466000c95959c"><code>a61507a</code></a>
Added support for autodoc --templatedir option</li>
<li><a
href="https://github.com/sphinx-contrib/apidoc/commit/d0505e0cb621f5dc9ed343fc71bb821f3d01e8b7"><code>d0505e0</code></a>
Use release/v1 branch of pypi release workflow</li>
<li>See full diff in <a
href="https://github.com/sphinx-contrib/apidoc/compare/0.4.0...0.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinxcontrib-apidoc&package-manager=pip&previous-version=0.4.0&new-version=0.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
JWCook committed Feb 2, 2024
2 parents 4f9d980 + a376cd9 commit 9136b5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sphinx = {optional=true, version='^6.2'}
sphinx-autodoc-typehints = {optional=true, version='^1.17'}
sphinx-copybutton = {optional=true, version='>=0.5'}
sphinx-design = {optional=true, version='>=0.2'}
sphinxcontrib-apidoc = {optional=true, version='^0.4'}
sphinxcontrib-apidoc = {optional=true, version='^0.5'}

[tool.poetry.dev-dependencies]
babel = '>=2.0'
Expand Down

0 comments on commit 9136b5c

Please sign in to comment.