dependabot[bot]
1275bf90d1
Bump actions/setup-python from v1 to v2.1.3
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v1 to v2.1.3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v1...c181ffa198a1248f902bc2f7965d2f9a36c2d7f6 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 22:10:17 +00:00
Patrick Kanzler
d6639d37f3
set directories
2020-10-06 00:04:11 +02:00
Patrick Kanzler
21f19b7f7e
use standard directories
2020-10-06 00:01:59 +02:00
Patrick Kanzler
3c479407dc
fix github-actions config
2020-10-05 23:58:35 +02:00
Patrick Kanzler
6c89e93c22
create dependabot.yml
2020-10-05 23:51:27 +02:00
Patrick Kanzler
a2d553efb1
Create codeql-analysis.yml
2020-10-01 13:46:23 +02:00
Patrick Kanzler
18cc1a268a
use corrct name for sphinx package
2020-09-28 22:31:48 +02:00
Patrick Kanzler
5d62be2be9
install graphviz and libenchant
2020-09-28 22:28:27 +02:00
Patrick Kanzler
1dc79baf82
rename job
2020-09-28 21:33:16 +02:00
Patrick Kanzler
247211d0ce
install sphinx
2020-09-28 21:31:29 +02:00
Patrick Kanzler
243eb48b38
install git in container
2020-09-28 21:26:42 +02:00
Patrick Kanzler
21b9dba345
have a look around before building doc
2020-09-28 21:22:54 +02:00
Patrick Kanzler
a8941b4a3e
check out submodules
2020-09-28 21:15:33 +02:00
Patrick Kanzler
04e0a0ce47
Revert "tr< checkout v1"
...
This reverts commit 8ece137789
.
2020-09-28 21:14:56 +02:00
Patrick Kanzler
8ece137789
tr< checkout v1
2020-09-28 21:12:44 +02:00
Patrick Kanzler
d390449400
change documenatation action
2020-09-28 21:06:45 +02:00
Patrick Kanzler
818c1313e8
Build documentation in Github action
2020-09-28 20:55:13 +02:00
Patrick Kanzler
6731057456
checkout submodules on github
2020-05-09 01:25:28 +02:00
Patrick Kanzler
f0b1a89c48
fix syntax
2020-05-09 01:19:32 +02:00
Patrick Kanzler
fd7bd0710e
set path to capabilities file
2020-05-09 01:11:38 +02:00
Patrick Kanzler
7ea58625e6
use tox plugin for github
2020-05-09 01:08:16 +02:00
Patrick Kanzler
ecbdd43dff
install tox in github ci
2020-05-09 01:03:45 +02:00
Patrick Kanzler
4d106e8659
Create pythonpackage.yml
2020-05-08 23:34:24 +02:00
Patrick Kanzler
9f5eed0020
add version-strings into the module
...
The version string is in the module as __version__ available.
In the doc the version will be automatically parsed. The version comes
from the installed module if on read the docs or directly from
setuptools_scm if you are working locally.
The CLI will issue the version string if you call it with the option
'version'. The CLI does not accept commands like '--version', since this
would not be conform with the rest of the interface (and argparse).
The configuration for loading the version-string is adapted from
pimutils/vdirsyncer. It autogenerates a version string setuptools_scm at
install-time and then adds it to the __version__ member in __init__.py
I adapted the GitHub-template with a fitting comment and bumped the
changelog.
closes #141
2016-07-17 19:39:42 +02:00
Patrick Kanzler
0ec83387d5
improve github issues template
2016-07-15 13:05:59 +02:00
Patrick Kanzler
b2ff39b6b1
DOC add templates for issues and pull-requests
...
These templates are inspired by OpenWhisperSystems
fixes #91
2016-03-11 14:46:36 +01:00