Skip to content
Snippets Groups Projects
Commit f3b309d4 authored by Christian Eichenberger's avatar Christian Eichenberger :badminton:
Browse files

Merge branch 'docs-recreate' into 'master'

docs recreate

See merge request flatland/flatland!208
parents d4cdf9c3 a1721b7c
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ build_and_deploy_docs: ...@@ -55,7 +55,7 @@ build_and_deploy_docs:
- echo "Bucket=${BUCKET_NAME}" - echo "Bucket=${BUCKET_NAME}"
- echo "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}" - echo "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}"
- echo "CI_COMMIT_REF_SLUG=${CI_COMMIT_REF_SLUG}" - 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 - aws s3 cp ./docs/_build/html/ s3://${BUCKET_NAME} --recursive
environment: environment:
name: ${CI_COMMIT_REF_SLUG} name: ${CI_COMMIT_REF_SLUG}
......
...@@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath('..')) ...@@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath('..'))
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # 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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment