Merge "Fix pep8/yamllint errors"

This commit is contained in:
Zuul 2018-01-04 20:53:21 +00:00 committed by Gerrit Code Review
commit 6bc4d21db8
3 changed files with 4 additions and 7 deletions

View File

@ -12,16 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import os
import sys
# -- General configuration ----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
# 'sphinx.ext.intersphinx',
'zuul_sphinx',
]
@ -71,4 +68,4 @@ latex_documents = [
]
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
# intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -26,4 +26,4 @@
command: "{{ item }}"
with_items:
- zypper clean
- zypper refresh
- zypper refresh

View File

@ -1,2 +1,2 @@
package_mirror: "http://{{ mirror_fqdn }}/{{ ansible_distribution | lower }}"
epel_mirror: "http://{{ mirror_fqdn }}/epel"
epel_mirror: "http://{{ mirror_fqdn }}/epel"