Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use :envvar: to refer to variables. (was: Updated to Sphinx 1.3 to allow using :any: to reference vars) #140

Merged
merged 2 commits into from
May 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,20 @@
[submodule "docs/ansible/roles/ansible-gitlab_runner"]
path = docs/ansible/roles/ansible-gitlab_runner
url = https://github.com/debops/ansible-gitlab_runner
ignore = untracked
[submodule "docs/ansible/roles/ansible-logrotate"]
path = docs/ansible/roles/ansible-logrotate
url = https://github.com/debops/ansible-logrotate
ignore = untracked
[submodule "docs/ansible/roles/ansible-ferm"]
path = docs/ansible/roles/ansible-ferm
url = https://github.com/debops/ansible-ferm
ignore = untracked
[submodule "docs/ansible/roles/ansible-rsyslog"]
path = docs/ansible/roles/ansible-rsyslog
url = https://github.com/debops/ansible-rsyslog
ignore = untracked
[submodule "docs/ansible/roles/ansible-ntp"]
path = docs/ansible/roles/ansible-ntp
url = https://github.com/debops/ansible-ntp
ignore = untracked
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "2.7"

# command to install dependencies
install: "pip install -q yaml2rst sphinx==1.2.2"
install: "pip install -q yaml2rst sphinx==1.3.4"

# command to run tests
script: ./test.sh -W
Expand Down