File tree Expand file tree Collapse file tree 5 files changed +88
-16
lines changed Expand file tree Collapse file tree 5 files changed +88
-16
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ name = "pypi"
77markdown = {editable = true , path = " 3rdparty/markdown" }
88pymdown-extensions = {editable = true , path = " 3rdparty/pymdown-extensions" }
99mkdocs = {editable = true , path = " 3rdparty/mkdocs" }
10- GitPython = {editable = true , path = " 3rdparty/GitPython" }
1110mkdocs-versioned = {editable = true , path = " 3rdparty/mkdocs-versioned" }
1211markdown-tabs = {editable = true , path = " plugins/markdown-tabs" }
12+ GitPython = {editable = true , path = " 3rdparty/GitPython" }
13+ gitdb = " ==4.0.4"
1314
1415[dev-packages ]
1516
Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ tasks :
4+ serve :
5+ desc : " Start the development server"
6+ cmds :
7+ - pipenv run mkdocs serve
8+
9+ build :
10+ desc : " Build the current version of the documentation"
11+ cmds :
12+ - pipenv run mkdocs build
13+
14+ build-all :
15+ desc : " Build all versions described in the mkdocs.yml"
16+ cmds :
17+ - DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )";
18+ VERSION=$1;
19+
20+ pipenv run mkdocs_versioned --default-branch=$VERSION;
21+ cp issue_report.php site/;
Original file line number Diff line number Diff line change 11{
22 "packages" : {
3- "python" : " 3.5.9" ,
4- "pipenv" : " 2020.6.2"
3+ "python" : " 3.5.9" ,
4+ "pipenv" : " 2020.6.2" ,
5+ "go-task" : " 3.35.1"
56 },
67 "shell" : {
78 "init_hook" : [
8- " "
9+ " "
910 ],
1011 "scripts" : {
11- "build" : " pipenv run mkdocs build" ,
12- "serve" : " pipenv run mkdocs serve"
12+ "serve" : " task serve" ,
13+ "build" : " task build" ,
14+ "build-all" : " task build-all"
1315 }
1416 }
1517}
Original file line number Diff line number Diff line change 11{
22 "lockfile_version": "1",
33 "packages": {
4+ 5+ "last_modified": "2024-03-22T11:26:23Z",
6+ "resolved": "github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351#go-task",
7+ "source": "devbox-search",
8+ "version": "3.35.1",
9+ "systems": {
10+ "aarch64-darwin": {
11+ "outputs": [
12+ {
13+ "name": "out",
14+ "path": "/nix/store/8xlnzmvkpj03yw5xmsm6acz8w0rd3cr7-go-task-3.35.1",
15+ "default": true
16+ }
17+ ],
18+ "store_path": "/nix/store/8xlnzmvkpj03yw5xmsm6acz8w0rd3cr7-go-task-3.35.1"
19+ },
20+ "aarch64-linux": {
21+ "outputs": [
22+ {
23+ "name": "out",
24+ "path": "/nix/store/n0gjrdfrjj5pxirp3v6w9qdw3r8d076r-go-task-3.35.1",
25+ "default": true
26+ }
27+ ],
28+ "store_path": "/nix/store/n0gjrdfrjj5pxirp3v6w9qdw3r8d076r-go-task-3.35.1"
29+ },
30+ "x86_64-darwin": {
31+ "outputs": [
32+ {
33+ "name": "out",
34+ "path": "/nix/store/9a8myn2zjl17ws0h7pgw210mwvgd6dm8-go-task-3.35.1",
35+ "default": true
36+ }
37+ ],
38+ "store_path": "/nix/store/9a8myn2zjl17ws0h7pgw210mwvgd6dm8-go-task-3.35.1"
39+ },
40+ "x86_64-linux": {
41+ "outputs": [
42+ {
43+ "name": "out",
44+ "path": "/nix/store/1xb7vmm16bhlq12lk1q3fhkcypv2p9kb-go-task-3.35.1",
45+ "default": true
46+ }
47+ ],
48+ "store_path": "/nix/store/1xb7vmm16bhlq12lk1q3fhkcypv2p9kb-go-task-3.35.1"
49+ }
50+ }
51+ },
452553 "last_modified": "2020-08-25T08:51:33Z",
654 "resolved": "github:NixOS/nixpkgs/b9ba82ef8ad6d8997840332ca3a2986e360291e3#pipenv",
You can’t perform that action at this time.
0 commit comments