Commit graph

22 commits

Author SHA1 Message Date
Jan Dittberner 8bc07c611f Update to Sphinx 4
- allow local development using editable = true in Pipfile and by adding
  a setup.py
- bump dependencies for Sphinx 4.x
2021-09-04 17:14:18 +02:00
Jan Dittberner 80fad8cd49 Switch to PEP 517 build, drop tox 2021-01-02 07:24:22 +01:00
Jan Dittberner 43f01a1235 Bump version to 0.4.0 2021-01-02 07:24:22 +01:00
Jan Dittberner fdb126996a Run through black and isort 2021-01-02 07:24:22 +01:00
Jan Dittberner 0af66c6964 Fix deprecations and modernize testing
- use pytest and tox for testing
- fix deprecation warnings from Sphinx and Docutils
2021-01-02 07:24:22 +01:00
Jan Dittberner 281f740589 Bump version to 0.3.0 2019-07-13 22:02:42 +02:00
Jan Dittberner 12a6b34550 Start 0.2.5 development
- Use pipenv to manage dependencies during development
- Bump version number to 0.2.5.dev1
2019-07-13 21:51:27 +02:00
Jan Dittberner 460ea45061 Fix index generation issue
Index keys were wrongly defined as empty string which caused garbage in
the resulting index this commit changes the empty string to None. The
version number has been incremented.
2016-05-07 00:17:28 +02:00
Jan Dittberner 54c11b4357 Fix regression in html build
This commit fixes a regression in html builds that has been introduced
by using a boolean value in index entries.
2016-05-05 13:25:53 +02:00
Jan Dittberner 020ac6d0bb Move change log to a separate file 2016-05-05 11:59:23 +02:00
Jan Dittberner b5a50256b6 Fix index entries that broke the latex builder
This commit fixes the element count of index entries so that the latex
builder is not broken anymore. The version number is bumped to 0.2.2.
2016-05-05 11:55:57 +02:00
Jan Dittberner a17f55a6a9 Bump version 2016-05-05 10:44:57 +02:00
Jan Dittberner 0cd11fb602 Improve release metadata
This commit adds a URL to setup.py's setup() call and development and
change information to README.rst.
2016-05-04 13:44:09 +02:00
Jan Dittberner ff95c88bc5 Bump version number 2016-05-04 12:27:48 +02:00
Jan Dittberner b54c732af4 Fix grammar mistake 2016-05-04 11:28:39 +02:00
Jan Dittberner b81361656a Don't add GPL to long_description 2016-05-02 21:43:15 +02:00
Jan Dittberner 1801d5d93b Fix description 2016-05-02 21:33:10 +02:00
Jan Dittberner e3162a26bd Add test data to distribution 2016-05-02 21:24:49 +02:00
Jan Dittberner a5c82a6985 Add test infrastructure 2016-05-01 18:12:02 +02:00
Jan Dittberner 1aeb916058 Don't import jandd.sphinxext.ip in setup.py
This commit removes the import of jandd.sphinxext.ip in setup.py to
allow bootstrapping without installed requirements. A setup.cfg defining
options for egg_info has been added.
2016-05-01 17:23:55 +02:00
Jan Dittberner fc1fae8f37 Add install_requires and declare beta status 2016-04-25 00:50:48 +02:00
Jan Dittberner 0012b495b3 Initial version of the IP Sphinx extension 2016-04-16 23:43:22 +02:00