diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-10-27 01:21:25 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-10-27 01:21:25 +0200 |
commit | d0a2424a211fbd22c88ea1315f6cf51c1cd84039 (patch) | |
tree | 149d23cc3f1bd69df5556fd1c5f1c8971efdd9af /Pipfile.lock | |
parent | e9600db4861100317436190b0630b0094f58f5ef (diff) | |
download | cacert-codedocs-d0a2424a211fbd22c88ea1315f6cf51c1cd84039.tar.gz cacert-codedocs-d0a2424a211fbd22c88ea1315f6cf51c1cd84039.tar.xz cacert-codedocs-d0a2424a211fbd22c88ea1315f6cf51c1cd84039.zip |
Add minor improvements for documentation build
- add git version to generated output
- fix broken headline
- add support for wiki links and bug tracker links
Diffstat (limited to 'Pipfile.lock')
-rw-r--r-- | Pipfile.lock | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index 2698239..c7f5957 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9212e6ee36e0c6b347140f5a95a0f8186d5943bd08307caa2751114697ce9024" + "sha256": "79ff5ee916caddd1a501ea9f2a89f04e6f4b7ace5aee173ebdbf80e5d49ea6de" }, "pipfile-spec": 6, "requires": { @@ -52,6 +52,22 @@ ], "version": "==0.14" }, + "gitdb2": { + "hashes": [ + "sha256:83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2", + "sha256:e3a0141c5f2a3f635c7209d56c496ebe1ad35da82fe4d3ec4aaa36278d70648a" + ], + "markers": "python_version != '3.1.*' and python_version != '3.2.*' and python_version != '3.3.*' and python_version != '3.0.*' and python_version >= '2.7'", + "version": "==2.0.5" + }, + "gitpython": { + "hashes": [ + "sha256:563221e5a44369c6b79172f455584c9ebbb122a13368cc82cb4b5addff788f82", + "sha256:8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8" + ], + "index": "pypi", + "version": "==2.1.11" + }, "idna": { "hashes": [ "sha256:156a6814fb5ac1fc6850fb002e0852d56c0c8d2531923a51032d1b70760e186e", @@ -125,6 +141,14 @@ ], "version": "==1.11.0" }, + "smmap2": { + "hashes": [ + "sha256:0555a7bf4df71d1ef4218e4807bbf9b201f910174e6e08af2e138d4e517b4dde", + "sha256:29a9ffa0497e7f2be94ca0ed1ca1aa3cd4cf25a1f6b4f5f87f74b46ed91d609a" + ], + "markers": "python_version != '3.1.*' and python_version != '3.2.*' and python_version != '3.3.*' and python_version != '3.0.*' and python_version >= '2.7'", + "version": "==2.0.5" + }, "snowballstemmer": { "hashes": [ "sha256:919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128", |