Skip to content

Commit

Permalink
Merge pull request #1189 from RasaHQ/docs_reorg
Browse files Browse the repository at this point in the history
build versions from master base branch and don't whitelist docs_reorg…
  • Loading branch information
tmbo committed Jun 27, 2018
2 parents 7a37ff8 + 0bebd84 commit 78c24ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- git config --global user.name "Travis CI"
- git remote set-url --push origin "git@github.com:$TRAVIS_REPO_SLUG"
- export ${!TRAVIS*}
- sphinx-versioning push -r docs_reorg docs newdocs . -- -b dirhtml -A html_theme=rasabaster
- sphinx-versioning push docs newdocs . -- -b dirhtml -A html_theme=rasabaster
- stage: deploy
install: skip
script: skip
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
scv_show_banner = True
scv_banner_greatest_tag = True
scv_sort = ('semver',)
scv_whitelist_branches = ('docs_reorg','master', 'latest')
scv_whitelist_branches = ('master', 'latest')
#scv_whitelist_tags = ('None',)
scv_grm_exclude = ('README.md', '.gitignore', '.nojekyll', 'CNAME')
scv_whitelist_tags = (re.compile(r'^[123456789]+\.[0-9]+\.\d+$'),
Expand Down

0 comments on commit 78c24ce

Please sign in to comment.