home » dokk/documentation.git
Author zPlus <zplus@peers.community> 2023-07-30 11:23:54
Committer zPlus <zplus@peers.community> 2023-07-30 11:23:54
Commit 223dc79 (patch)
Tree 2c6a0df
Parent(s)

Update ceph


commits diff: d2b5c4e..223dc79
2 files changed, 21 insertions, 18 deletionsdownload


Diffstat
-rw-r--r-- documentation.json 38
-rw-r--r-- requirements.txt 1

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+20/-18 M   documentation.json
index c53c4d7..65e6b98
old size: 25K - new size: 25K
@@ -7,6 +7,20 @@
7 7 "tags": "^(0\\.(9|[0-9]{2,})|[1-9])"
8 8 },
9 9 {
10 + "id": "ceph",
11 + "name": "Ceph",
12 + "repository": "https://github.com/ceph/ceph.git",
13 + "sphinx_dir": "doc/",
14 + "tags": "^v[0-9]+\\.0\\.0"
15 + },
16 + {
17 + "id": "certbot",
18 + "name": "Certbot",
19 + "repository": "https://github.com/certbot/certbot.git",
20 + "sphinx_dir": "docs/",
21 + "tags": "^v0\\.[1-9]"
22 + },
23 + {
10 24 "id": "platformio",
11 25 "name": "PlatformIO",
12 26 "repository": "https://github.com/platformio/platformio-docs.git",
@@ -14,15 +28,17 @@
14 28 "tags": "^v"
15 29 },
16 30 {
17 - "id": "certbot",
18 - "name": "Certbot",
19 - "repository": "https://github.com/certbot/certbot.git",
31 + "id": "urllib3",
32 + "name": "urllib3",
33 + "repository": "https://github.com/urllib3/urllib3.git",
20 34 "sphinx_dir": "docs/",
21 - "tags": "^v0\\.[1-9]"
35 + "tags": "^[1-9]"
22 36 },
23 37
24 38
25 39
40 +
41 +
26 42 {
27 43 "id": "alabaster",
28 44 "name": "Alabaster",
@@ -80,13 +96,6 @@
80 96 "tags": "^v(0\\.((8\\.[5-9]|9)|[0-9]{2,})|[1-9])"
81 97 },
82 98 {
83 - "id": "urllib3",
84 - "name": "urllib3",
85 - "repository": "https://github.com/urllib3/urllib3.git",
86 - "sphinx_dir": "docs/",
87 - "tags": "^[1-9]"
88 - },
89 - {
90 99 "id": "werkzeug",
91 100 "name": "Werkzeug",
92 101 "repository": "https://github.com/pallets/werkzeug.git",
@@ -605,13 +614,6 @@
605 614 "tags": "^[0-9]"
606 615 },
607 616 {
608 - "id": "ceph",
609 - "name": "Ceph",
610 - "repository": "https://github.com/ceph/ceph.git",
611 - "sphinx_dir": "doc/",
612 - "tags": "^v"
613 - },
614 - {
615 617 "id": "ckan",
616 618 "name": "CKAN",
617 619 "repository": "https://github.com/ckan/ckan.git",

+1/-0 M   requirements.txt
index e9301e0..c84c7d7
old size: 84B - new size: 104B
@@ -2,3 +2,4 @@ bottle
2 2 repoze.sphinx.autointerface
3 3 # v7 gives a "style is missing" error
4 4 sphinx < 7
5 + sphinxcontrib-ditaa