diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c51eabd3ca2a28a0acd577e08f58ecba548135be..eecd90e5dd720574b3019cfdb1a1097d10f9c01e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ pages: - apk --no-cache add python3 py3-pip - pip3 install sphinx sphinx-rtd-theme - sphinx-build -b html source build/html/en - - sphinx-build -b html -D language=de source build/html/de - mv build/html/ public/ - mv source/_static/redirect/index.html public/index.html artifacts: diff --git a/source/_static/js/switchLanguage.js b/source/_static/js/switchLanguage.js deleted file mode 100644 index 5c49c88351c57faec6e5c4de38dbfebdd07bfc31..0000000000000000000000000000000000000000 --- a/source/_static/js/switchLanguage.js +++ /dev/null @@ -1,5 +0,0 @@ -function switchLanguage(originLanguage, targetLanguage) { - var url = window.location.href; - var target_url = url.replace('/' + originLanguage + '/', '/' + targetLanguage + '/'); - location.assign(target_url); -} \ No newline at end of file diff --git a/source/_static/redirect/index.html b/source/_static/redirect/index.html index 708ed81cc417f2985b89f11225bd39f719156e08..f87372eadffdb184eb71f57796d94ef1a99d9bf1 100644 --- a/source/_static/redirect/index.html +++ b/source/_static/redirect/index.html @@ -5,6 +5,5 @@
Please follow this link for english Castellum docs.
-Hier geht es zur deutschen Dokumentation von Castellum.