You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
# set build release version in ENV to propagate it in documents
export BUILD_RELEASE=`cat ./VERSION`
# required to avoid pdf make to fail if a french latex build was made before
rm -r build/latex
# GENERATE MO FILES
sphinx-intl build --locale-dir source/locale
# HTML
# use tag for only directives (adapt image sizes for output)
make html SPHINXOPTS="-t html -D version='${BUILD_RELEASE}' -D release='${BUILD_RELEASE}' -D language='en_US' -D html_theme_path='themes/en_US' -D html_static_path='themes/en_US/html/static'"
# EPUB
make epub SPHINXOPTS="-t epub -D version='${BUILD_RELEASE}' -D release='${BUILD_RELEASE}' -D language='en_US' -D html_theme_path='themes/en_US' -D html_static_path='themes/en_US/epub/static' -D epub_title='Relative Theory of Money v2.718 - rev. ${BUILD_RELEASE}'"