diff --git a/build-site.sh b/build-site.sh index dc6aeb9..a378d3d 100755 --- a/build-site.sh +++ b/build-site.sh @@ -20,7 +20,7 @@ mkdir -p build/html/windows/vulkan export OPENXR_TUTORIALS_GIT_TAG=$1 -sphinx-build -M html tutorial build index.rst -t OPENXR_MAINSITE -D html_baseurl=https://openxr-tutorial.com/ -D html_extra_path=.htaccess +sphinx-build -M html tutorial build index.rst -t OPENXR_MAINSITE -D html_baseurl=https://openxr-tutorial.com/ sphinx-build -M html tutorial build/android/opengles -t android -t opengles -t OPENXR_SUBSITE -D html_baseurl=https://openxr-tutorial.com/ sphinx-build -M html tutorial build/android/vulkan -t android -t vulkan -t OPENXR_SUBSITE -D html_baseurl=https://openxr-tutorial.com/