Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Update pdoc3 requirement from ~=0.6.3 to ~=0.6.4 #40

Merged
merged 1 commit into from Oct 11, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on pdoc3 to permit the latest version.

Changelog

Sourced from pdoc3's changelog.

0.6.4 (2019-09-26)

  • New template tunable syntax_highlighting=True that controls whether
    Highlight.js is included even if show_source_code=False.
  • Fix pdoc.Class.mro() for types extending types with the same name.
  • Support initializing pdoc.Module from module string.
  • HTML-escape function parameter defaults so that objects' reprs don't
    break HTML.
  • Other small bug fixes.

0.6.3 (2019-07-03)

  • New support for LaTeX math syntax (using new config tunable latex_math=True).
  • Support for running system-site-installed pdoc within a virtual environment.
  • Bugfixes.

0.6.2 (2019-05-20)

  • Fixes:
    • Don't generate Modules for empty namespace packages (i.e. resource directories).
    • Generate real markdown files when --output-dir is set but not --html.
    • Fix formatting of numpydoc type-only parameters.
  • Auto-reload modules upon changes when in --http mode.
  • New config tunable: google_analytics.
  • Warn on unknown config tunables passed on the CLI.

0.6.1 (2019-05-05)

  • Minor maintenance release.

0.6.0 (2019-05-03)

  • New support for PEP 484 Python type annotations.
  • Class __init__ methods are no longer documented separately.
    Instead, class docstring now contains __init__ method's docstring,
    and class definition line now shows __init__ parameters.
    This is in line with Sphinx / Python stdlib documentation.
  • PDF docs generation via Markdown, ingestible by various
    Markdown-to-PDF converters.
  • New module import mechanism with improved support for
    namespace packages.
  • CLI changes:
    • New --config switch for easier setting of config.mako tunables.
    • Deprecated switches in favor of new/standard ones:
      • --overwrite-f, --force
      • --html-dir-o, --output-dir
      • --html-no-source, --external-links and --link-prefix are
        removed in favor of new tunables settable with --config.
    • --output-dir without --html outputs a tree of raw Markdown files.
    • The semantics of module specified as filesystem path has changed:
... (truncated)
Commits
  • 43bd6ff MNT: silence mypy
  • da9b646 Update CHANGELOG for 0.6.4
  • 70a56c9 MNT: Change PyPI badge color from orange (default) to blue
  • ba65fdc BUG: Don't traverse obvious non-package subdirectories
  • 148237b BUG: HTML-escape function parameter default values
  • d12db69 Update broken mathjax docs link
  • 44c9606 REF: Refactor args.config processing (#103)
  • 0502112 DOC: mention show_source_code=False in Examples (#94)
  • 6443c91 TST: speed-up one test
  • 9d71e32 TST: Avoid newly-extraneous calls to pdoc.import_module()
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [pdoc3](https://github.com/pdoc3/pdoc) to permit the latest version.
- [Release notes](https://github.com/pdoc3/pdoc/releases)
- [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG)
- [Commits](pdoc3/pdoc@0.6.3...0.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 11, 2019
@dependabot-preview dependabot-preview bot merged commit b724801 into master Oct 11, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pdoc3-approx-eq-0.6.4 branch October 11, 2019 04:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants