Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: python:3.11 image: python:latest-slim # Functions that should be executed before the build script is run before_script: Loading @@ -18,7 +18,7 @@ pages: when: always script: - cd doc - make html - sphinx-build source build/html - cd .. - mkdir public - cp -r doc/build/html/* public Loading doc/source/documentation.rst +2 −2 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ This should now be done when code is changed using a '*pipeline*'. .. sourcecode:: yaml # The Docker image that will be used to build your app image: python:3.11 image: python:latest-slim # Functions that should be executed before the build script is run before_script: Loading @@ -300,7 +300,7 @@ This should now be done when code is changed using a '*pipeline*'. when: always script: - cd doc - make html - sphinx-build source build/html - cd .. - mkdir public - cp -r doc/build/html/* public Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: python:3.11 image: python:latest-slim # Functions that should be executed before the build script is run before_script: Loading @@ -18,7 +18,7 @@ pages: when: always script: - cd doc - make html - sphinx-build source build/html - cd .. - mkdir public - cp -r doc/build/html/* public Loading
doc/source/documentation.rst +2 −2 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ This should now be done when code is changed using a '*pipeline*'. .. sourcecode:: yaml # The Docker image that will be used to build your app image: python:3.11 image: python:latest-slim # Functions that should be executed before the build script is run before_script: Loading @@ -300,7 +300,7 @@ This should now be done when code is changed using a '*pipeline*'. when: always script: - cd doc - make html - sphinx-build source build/html - cd .. - mkdir public - cp -r doc/build/html/* public Loading