-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdfetch.yaml
More file actions
63 lines (56 loc) · 1.58 KB
/
dfetch.yaml
File metadata and controls
63 lines (56 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
manifest:
version: 0.0
remotes:
- name: github
url-base: https://github.com/
projects:
- name: demo-magic
repo-path: paxtonhare/demo-magic.git
dst: doc/generate-casts/demo-magic
src: '*.sh'
- name: plantuml-c4
repo-path: plantuml-stdlib/C4-PlantUML.git
dst: doc/static/uml/styles/plantuml-c4
src: '*.puml'
- name: sphinxcontrib.asciinema
repo-path: divi255/sphinxcontrib.asciinema.git
dst: doc/_ext/sphinxcontrib_asciinema
src: sphinxcontrib/asciinema
patch:
- doc/_ext/patches/001-autoformat-sphinxcontrib.asciinema.patch
- doc/_ext/patches/002-fix-options-sphinxcontrib.asciinema.patch
- name: inter-font
remote: github
vcs: archive
src: web/
dst: doc/static/fonts/inter
repo-path: rsms/inter/releases/download/v4.1/Inter-4.1.zip
ignore:
- inter.css
- InterDisplay-*
- InterVariable*
- Inter*Italic*
- Inter-Black*
- name: jetbrains-mono-font
remote: github
vcs: archive
src: fonts/webfonts/
dst: doc/static/fonts/jetbrains-mono
repo-path: JetBrains/JetBrainsMono/releases/download/v2.304/JetBrainsMono-2.304.zip
ignore:
- JetBrainsMono-Bold*
- JetBrainsMono-Extra*
- JetBrainsMono-Light*
- JetBrainsMono-Semi*
- JetBrainsMono-Thin*
- JetBrainsMono-*Italic*
- name: font-awesome
remote: github
dst: doc/static/fonts/font-awesome
repo-path: FortAwesome/Font-Awesome/releases/download/7.2.0/fontawesome-free-7.2.0-web.zip
ignore:
- scss*
- sprites*
- svg*
- js
- metadata