We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ddfcb commit fffd9adCopy full SHA for fffd9ad
.gitlab-ci.yml
@@ -54,6 +54,7 @@ docs:
54
stage: build
55
script:
56
- pip install -U -e .[docs]
57
+ - apt-get update && apt-get install -y make
58
- cd docs
59
- make html
60
artifacts:
0 commit comments