Doc8 Versions Save

Style checker for sphinx (or other) rst documentation.

v1.1.1

1 year ago

Minor Changes

  • Remove support for py37 and enable support for py312 (#122) @ssbarnea

Bugfixes

  • Remove use of pbr (#119) @ssbarnea
  • Allow PEP links with anchors (#116) @flying-sheep
  • PEP 621: Migrate more config into pyproject.toml (#110) @cclauss

This discussion was created from the release v1.1.0.

v1.0.0

1 year ago

Major Changes

  • Drop support for python 3.6 (#101) @ssbarnea

Bugfixes

  • Address some deprecation warnings (#103) @ssbarnea
  • Make toml support implicit (#93) @JakobDev
  • Remove pip from pyproject.toml (#94) @grgmiller
  • Add support for python 3.11 (#95) @ssbarnea

0.11.2

2 years ago

Bugfixes

  • Normalize arguments loaded from pyproject.toml (#75) (#85) @ejd

Kudos goes to: @ejd, @pre-commit-ci and @pre-commit-ci[bot]

0.11.1

2 years ago

Bugfixes

  • Use tomli to read .toml files (#81) @mgorny

Kudos goes to: @mgorny

0.11.0

2 years ago

Minor Changes

  • Add ability to load .config/doc8.ini (#76) @ssbarnea

Kudos goes to: @ssbarnea

0.10.1

2 years ago

Minor Changes

  • Adopt modern python packaging (#68) @ssbarnea
  • Add support for python 3.10 (#67) @ssbarnea

Bugfixes

  • Repair packaging (#73) @ssbarnea
  • Enable pylint (#70) @ssbarnea

Kudos goes to: @ssbarnea

0.9.1

2 years ago

Bugfixes

  • Clarify pyproject.toml configuration (#63) @felix-hilden
  • setup.cfg: Replace dash-separated options (#64) @00-matt

Kudos goes to: @00-matt and @felix-hilden

0.9.0

2 years ago

Major Changes

  • Remove chardet based input encoding detection (#46) @zgoda
  • Remove support for py27 and py35 (#45) @ssbarnea

Minor Changes

  • add support for reading doc8 config from pyproject.toml file (#49) @swaldhoer
  • Add support for py38 (#44) @ssbarnea
  • Add support for py39 (#61) @ssbarnea
  • Turn off pre-commit's automated multiprocessing (#38) @peterjc
  • Improve readme (#36) @stephenfin

Bugfixes

  • Add pyproject.toml support to README (#56) @kasium
  • Ignoring several labels for "code-block" directive. (#51) @sdelliot
  • Handling of Windows (and legacy Mac) line endings (#47) @MarkusPiotrowski
  • Accept the :substitutions: option on code-block directives in Sphinx (#34) @ntolia

Kudos goes to: @MarkusPiotrowski, @kasium, @ntolia, @peterjc, @sbellem, @sdelliot, @ssbarnea, @stephenfin, @swaldhoer and @zgoda

0.8.1rc3

4 years ago
  • Adds pre-commit hook, we need a tag to be able to consume it.
  • Adds support for calling doc8 from python