Skip to content

Commit eeeefc1

Browse files
mwiewiorMarek Wiewiórka
and
Marek Wiewiórka
authored
Disable doc generation (#175)
Co-authored-by: Marek Wiewiórka <mwiewior@Mareks-MacBook-Pro.local>
1 parent 2c006d7 commit eeeefc1

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.gitlab-ci.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ stages:
33
- test
44
- build
55
- publish
6-
- doc-build
7-
- doc-serve
6+
# - doc-build
7+
# - doc-serve
88
- release
99

1010
variables:
@@ -150,29 +150,29 @@ release:
150150
- branches
151151
when: manual
152152

153-
doc-build:
154-
stage: doc-build
155-
image:
156-
name: "sphinxdoc/sphinx:$SPHINX_VERSION"
157-
before_script:
158-
- pip install -U sphinx_rtd_theme rst2pdf sphinxcontrib-github_ribbon "sphinxcontrib-bibtex<2.0.0"
159-
- source $VERSION_FILE
160-
script:
161-
- cd docs && ./docs.sh html
162-
artifacts:
163-
paths:
164-
- /builds/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/docs/build/
165-
tags: [ docker ]
166-
except: [ master]
167-
168-
doc-serve:
169-
stage: doc-serve
170-
image:
171-
name: docker:$DOCKER_VERSION
172-
before_script:
173-
- source $VERSION_FILE
174-
script:
175-
- ./build_docs.sh
176-
tags: [ docker ]
177-
except: [ master]
153+
#doc-build:
154+
# stage: doc-build
155+
# image:
156+
# name: "sphinxdoc/sphinx:$SPHINX_VERSION"
157+
# before_script:
158+
# - pip install -U sphinx_rtd_theme rst2pdf sphinxcontrib-github_ribbon "sphinxcontrib-bibtex<2.0.0"
159+
# - source $VERSION_FILE
160+
# script:
161+
# - cd docs && ./docs.sh html
162+
# artifacts:
163+
# paths:
164+
# - /builds/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/docs/build/
165+
# tags: [ docker ]
166+
# except: [ master]
167+
#
168+
#doc-serve:
169+
# stage: doc-serve
170+
# image:
171+
# name: docker:$DOCKER_VERSION
172+
# before_script:
173+
# - source $VERSION_FILE
174+
# script:
175+
# - ./build_docs.sh
176+
# tags: [ docker ]
177+
# except: [ master]
178178

0 commit comments

Comments
 (0)