Skip to content

Commit cdd196f

Browse files
committed
Bump chunky stable to 2.4.6.
1 parent a9150e1 commit cdd196f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Click on the pencil icon at the top right of any docs page to make small changes
7070

7171
1. Change the working directory to `./ChunkyDocs`.
7272

73-
2. Serve the site for development by using either the command, `CHUNKY_VERSION=20405 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.
73+
2. Serve the site for development by using either the command, `CHUNKY_VERSION=20406 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.
7474

7575
Alternatively, on Windows, you can run either "serve_stable.bat" or "serve_snapshot.bat", depending on the version of Chunky for which you want to build documentation.
7676

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This site uses <a href="https://www.mkdocs.org/" target="_blank">mkdocs</a>. Pyt
2121

2222
- Step 4: If running Windows, simply run "serve_stable.bat" or "serve_snapshot.bat", depending on the version of Chunky for which you want to serve documentation. Otherwise, change the working directory to "./ChunkyDocs".
2323

24-
- Step 5: Serve the site for development by using the either the command, `CHUNKY_VERSION=20405 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.
24+
- Step 5: Serve the site for development by using the either the command, `CHUNKY_VERSION=20406 python -m mkdocs serve`, or the command, `CHUNKY_VERSION=20500 python -m mkdocs serve`, depending on the version of Chunky for which you want to serve documentation.
2525

26-
- Step 6: Build a preview of the final site by using either the command, `CHUNKY_VERSION=20405 python -m mkdocs build`, or the command `CHUNKY_VERSION=20500 python -m mkdocs build`, depending on the version of Chunky for which you want to build documentation. On Windows, first run either the command, `set CHUNKY_VERSION=20405`, or the command, `set CHUNKY_VERSION=20500`, depending on the version of Chunky for which you want to build documentation. Then run the command, `python -m mkdocs serve`.
26+
- Step 6: Build a preview of the final site by using either the command, `CHUNKY_VERSION=20406 python -m mkdocs build`, or the command `CHUNKY_VERSION=20500 python -m mkdocs build`, depending on the version of Chunky for which you want to build documentation. On Windows, first run either the command, `set CHUNKY_VERSION=20406`, or the command, `set CHUNKY_VERSION=20500`, depending on the version of Chunky for which you want to build documentation. Then run the command, `python -m mkdocs serve`.
2727

2828
### With Docker
2929

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
sed -i 's/..\/versions.json/\/docs\/versions.json/g' ../docs/snapshot/assets/javascripts/bundle*.min.js
1515
fi
1616

17-
CHUNKY_VERSION=20405 python -m mkdocs build
17+
CHUNKY_VERSION=20406 python -m mkdocs build
1818
cp -r site/* ../docs/
1919
# get the versions from /docs/versions.json instead of the hard-coded ../versions.json
2020
if [[ "$OSTYPE" == "darwin"* ]]; then

serve_stable.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CD /d %~dp0/ChunkyDocs
22

3-
set CHUNKY_VERSION=20405
3+
set CHUNKY_VERSION=20406
44

55
python -m mkdocs serve
66

0 commit comments

Comments
 (0)