- Switch to PEP420 namespace packages. Please upgrade all jarn.* packages. [stefan]
- Replace pkg_resources with importlib.metadata. [stefan]
- Require Python >= 3.7. [stefan]
- Update tox.ini for latest tox. [stefan]
- Filter deprecated config warning. [stefan]
- Fix invalid escape sequences. [stefan]
- Fix tests for docutils >= 0.20.0. [stefan]
- Support setuptools >= 65.6.0. [stefan]
- Support Python 2.7 - 3.11. [stefan]
- Do not require setup.py or setup.cfg if pyproject.toml exists. [stefan]
- Filter some deprecation warnings. [stefan]
- Warn if long_description metadata is missing. [stefan]
- Support Python 2.7 - 3.10. [stefan]
- Fix code block background color in
pypi
style. [stefan] - Keep links underlined in
pypi
style. [stefan] - Add output colors. [stefan]
- Do not require setup.py if setup.cfg exists. [stefan]
- Move metadata to setup.cfg. [stefan]
- Move tests out of
jarn.viewdoc
namespace. [stefan] - Include tests in sdist but not in wheel. [stefan]
- Support
python -m jarn.viewdoc
. [stefan]
- Drop Python 2.6 support, add Python 3.7. [stefan]
- Update styles in light of new PyPI (warehouse). [stefan]
- Default to
sans
style because new PyPI uses Google Fonts. [stefan] - Convert dashes to underscores in config parser optionxform. [stefan]
- Add MANIFEST.in. [stefan]
- Update
pypi
stylesheet (grey code blocks). [stefan] - Automatically upgrade stylesheet information. [stefan]
- Add -b option to specify the browser to use. [stefan]
- Protect against bad or incomplete locale settings. [stefan]
- Support Python 2.6 - 3.6 without 2to3. [stefan]
- Update PyPI stylesheet links in the face of new python.org. [stefan]
- Add new
pypi
style and rename previous one toclassic
. [stefan]
- Support Python 3.x. [stefan]
- Restore Python 2.5 compatibility. [stefan]
- Warn if
~/.viewdoc
has errors instead of raising an exception. [stefan]
- Be more careful with what we put on the PYTHONPATH. [stefan]
- Add
small
style to the default config. [stefan]
- Pass the PYTHONPATH to subprocesses. [stefan]
- Avoid temp file when extracting the long description. [stefan]
- Add -l option to list available styles. [stefan]
- Add --style shortcut for -s style. [stefan]
- Add -s option to select styles on the command line. [stefan]
- In
pypi
style, only underline reference links. [stefan]
- Initial release [stefan]