Skip to content

Commit 7c939ff

Browse files
committed
remove last year's solutions
1 parent 62bc6a9 commit 7c939ff

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

‎doc/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ html: apidoc webgit
6565
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
6666

6767
make publish:
68-
cd webgit
69-
git commit -am "Website build"
70-
git push --force
68+
cd webgit; git add -A; git commit -am "Website build"; git push --force
7169

7270
livehtml:
7371
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
-158 KB
Binary file not shown.
-142 KB
Binary file not shown.
-146 KB
Binary file not shown.

‎scripts/fe_doc_dependencies

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#! /usr/bin/env bash
2+
if [[ $VIRTUAL_ENV ]];
3+
then
4+
pip install sphinx sphinxcontrib-bibtex
5+
pip install git+https://github.com/sphinx-contrib/youtube.git
6+
else
7+
echo ERROR: please activate the finite element course venv
8+
exit 1
9+
fi

0 commit comments

Comments
 (0)