Skip to content

Commit 5f344cd

Browse files
committed
fixed sphinx config
(Also fixed use of die() in the docs_deploy script so that it fails properly.)
1 parent d2e64e6 commit 5f344cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/deploy_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test -n "${GH_TOKEN}" || die "GH_TOKEN is empty: need OAuth GitHub token to cont
3333
test -n "${GH_REPOSITORY}" || die "GH_REPOSITORY must be set in .travis.yml" 100
3434
test -n "${MDA_DOCDIR}" || die "MDA_DOCDIR must be set in .travis.yml" 100
3535

36-
cd ${MDA_DOCDIR} || die "Failed to 'cd ${MDA_DOCDIR}'. Run from the top level of the repository"
36+
cd ${MDA_DOCDIR} || die "Failed to 'cd ${MDA_DOCDIR}'. Run from the top level of the repository" $?
3737

3838
git init
3939
git config user.name "${GIT_CI_USER}"

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# General information about the project.
6262
project = u'GridDataFormats'
6363
authors = (u'Oliver Beckstein, Jan Domanski, Jesse Johnson, Max Linke, Tyler Luchko, '
64-
u'Dominik Mierzejewski, Giacomo Fiorin', 'Lily Wang')
64+
u'Dominik Mierzejewski, Giacomo Fiorin, Lily Wang')
6565
copyright = u'2007-2020, ' + authors
6666

6767
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)