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 fb0d84d commit 1b58d45Copy full SHA for 1b58d45
.travis.yml
@@ -59,6 +59,7 @@ jobs:
59
- stage: test
60
name: "Test Docs"
61
install:
62
+ - pip install -r requirements.txt
63
- pip install -r requirements-docs.txt
64
- pip install -e .[sql]
65
- pip list
@@ -72,6 +73,7 @@ jobs:
72
73
- RASABASTER=rasabaster-0.7.23.tar.gz
74
- curl -sSL -o $RASABASTER "https://storage.googleapis.com/docs-theme/${RASABASTER}?q=$(date +%s%N)"
75
- pip install $RASABASTER
76
77
- pip install --no-cache-dir -r requirements-docs.txt
78
- pip install git+https://${GITHUB_TOKEN}:[email protected]/RasaHQ/sphinxcontrib-versioning.git@version_list
79
- pip install -e .
0 commit comments