Skip to content

Commit e251286

Browse files
committed
update docs script
1 parent 6f52fc0 commit e251286

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.ci_scripts/update_docs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,10 @@ if [[ "$CI" == "1" ]]; then
1212
git checkout -b new_site_content
1313
fi
1414

15-
pushd "$BASE_DIR/sphinx/src"
16-
make clean
17-
rm -rf "$BASE_DIR/static-sphinx"
18-
# -W --keep-going: list all warnings but fail build in case there are any
19-
make markdown SPHINXOPTS="-W --keep-going"
20-
popd
15+
# TODO:
16+
# - Generate CFEP
17+
# - Core and emeritus teams
2118

22-
# Move rendered Sphinx markdown to Docusaurus
23-
python "$BASE_DIR/.ci_scripts/sphinx_markdown_to_docusaurus.py" "$BASE_DIR/sphinx/src/_build/markdown" docs/
24-
mkdir -p "$BASE_DIR/static-sphinx/_static"
25-
cp -r "$BASE_DIR/sphinx/src/_static" "$BASE_DIR/static-sphinx/"
2619
# Build docusaurus site
2720
npm install
2821
npm run build

0 commit comments

Comments
 (0)