Skip to content

Commit 64c62da

Browse files
committed
Add another project
1 parent 8deeca8 commit 64c62da

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-0
lines changed

build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ _build() {
5555
if grep -q mkdocstrings "$info_dir/requirements.txt"; then
5656
export PYTHONPATH="src:.:${PYTHONPATH:+:${PYTHONPATH}}"
5757
fi
58+
if grep -q encryptcontent "$info_dir/requirements.txt"; then
59+
export MKDOCS_ENCRYPTCONTENT_INSECURE_TEST=true
60+
fi
5861
cd "$repo_dir/repo"
62+
sed -i -E 's/^( )*(- encryptcontent:)/\1\2\n\1 insecure_test: true/' documentation/mkdocs.yml
5963
../venv/bin/mkdocs build --no-strict -f "$mkdocs_yml" -d "$(pwd)/../site-$1"
6064
)
6165
find "$repo_dir/site-$1" -name "*.html" -print0 | xargs -0 -n16 -P4 venv/bin/python normalize_file.py
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
https://github.com/unverbuggt/mkdocs-encryptcontent-plugin/blob/version3/documentation/mkdocs.yml
2+
https://github.com/unverbuggt/mkdocs-encryptcontent-plugin/raw/4f1b6b58a6fa293248e7cd24da40405d5ffd9e25/documentation/mkdocs.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
mkdocs
2+
git+https://github.com/unverbuggt/mkdocs-encryptcontent-plugin
3+
mkdocs-include-markdown-plugin
4+
mkdocs-mermaid2-plugin
5+
mkdocs-risonia-theme
6+
mkdocs-simple-hooks
7+
mkdocs-static-i18n
8+
pymdown-extensions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
beautifulsoup4==4.12.2
2+
bracex==2.4
3+
certifi==2023.7.22
4+
charset-normalizer==3.3.2
5+
click==8.1.7
6+
editorconfig==0.12.3
7+
ghp-import==2.1.0
8+
idna==3.4
9+
jinja2==3.1.2
10+
jsbeautifier==1.14.11
11+
markdown==3.5.1
12+
markupsafe==2.1.3
13+
mergedeep==1.3.4
14+
mkdocs==1.5.3
15+
git+https://github.com/unverbuggt/mkdocs-encryptcontent-plugin
16+
mkdocs-include-markdown-plugin==6.0.4
17+
mkdocs-mermaid2-plugin==1.1.1
18+
mkdocs-risonia-theme==0.1.12
19+
mkdocs-simple-hooks==0.1.5
20+
mkdocs-static-i18n==1.2.0
21+
packaging==23.2
22+
pathspec==0.11.2
23+
platformdirs==4.0.0
24+
pycryptodome==3.19.0
25+
pymdown-extensions==10.4
26+
python-dateutil==2.8.2
27+
pyyaml==6.0.1
28+
pyyaml-env-tag==0.1
29+
requests==2.31.0
30+
six==1.16.0
31+
soupsieve==2.5
32+
urllib3==2.0.7
33+
watchdog==3.0.0
34+
wcmatch==8.5
35+
36+
# The following packages are considered to be unsafe in a requirements file:
37+
setuptools==68.2.2

0 commit comments

Comments
 (0)