From a1721b7c45eaafd99cbe8f6d548dce4cfcbe5af2 Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Thu, 26 Sep 2019 19:11:42 +0200 Subject: [PATCH] docs recreate --- .gitlab-ci.yml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d212e6d..698ceca1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ build_and_deploy_docs: - echo "Bucket=${BUCKET_NAME}" - echo "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}" - echo "CI_COMMIT_REF_SLUG=${CI_COMMIT_REF_SLUG}" - - xvfb-run tox -v -e docs + - xvfb-run tox -v -e docs --recreate - aws s3 cp ./docs/_build/html/ s3://${BUCKET_NAME} --recursive environment: name: ${CI_COMMIT_REF_SLUG} diff --git a/docs/conf.py b/docs/conf.py index 66f5183f..4bec1b32 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath('..')) # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['recommonmark', 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx', 'numpydoc'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx', 'numpydoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- GitLab