We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f52fc0 commit e251286Copy full SHA for e251286
.ci_scripts/update_docs
@@ -12,17 +12,10 @@ if [[ "$CI" == "1" ]]; then
12
git checkout -b new_site_content
13
fi
14
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
+# TODO:
+# - Generate CFEP
+# - Core and emeritus teams
21
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/"
26
# Build docusaurus site
27
npm install
28
npm run build
0 commit comments