Fix regression introduced by :pr:139 where custom "class" and "struct"
:data:~exhale.configs.customSpecificationsMapping were being overwritten
(:pr:154).
v0.3.0
Do not write source files for empty hierarchies (:pr:134, :pr:147).
Support specialized template functions (:pr:117).
Prevent sphinx from processing files that are incorporated via a .. include::
directive by renaming them to .rst.include suffix (:pr:136).
Add :project: {app.config.breathe_default_project} to every breathe directive
to make the monkeypatch (:issue:27) work (:pr:139, :pr:148).
Do not require :data:~exhale.configs.containmentFolder to be a "direct"
subdirectory of app.srcdir, allow any arbitrary subdirectory (:pr:144).
Update how css and js are added using a dubious check into the sphinx internals before
adding css / js to avoid duplicates (:pr:144).
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 commands and options
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 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)
Bumps exhale from 0.2.4 to 0.3.1.
Release notes
Sourced from exhale's releases.
Changelog
Sourced from exhale's changelog.
Commits
80338ac
v0.3.1 version bump for hotfix releaseccafd3e
fix customSpecificationsMapping for kind 'class' and 'struct' (#154)0d9b79a
v0.3.1.dev bump929d800
version 0.3.0 bump603c073
install graphviz on RTD, make RTD fail on warnings (#152)4efe0c9
Prevent multiple project specification (#148)36665ce
Check if the hierarchy files exist before generating includes. (#147)329c443
additional multiproj monkeypatch improvements (#144)19be28e
require breathe>=4.32.0 (#150)2326272
fix warnings about invalid escape codes (#149)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 commands and options
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 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)