Bump up docker Pypi module version
Also updated docs generation code caused by deprecated properties in recent version of Sphinx. Change-Id: I70ff5f2fd836b17c8cfdd93cd272a91ac0873bff
This commit is contained in:
parent
b5644b8a45
commit
60cf3b6a0e
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Requirements for creating documentation only.
|
# Requirements for creating documentation only.
|
||||||
#
|
#
|
||||||
Sphinx<=6.2.1
|
Sphinx
|
||||||
sphinx-rtd-theme==0.5.0
|
sphinx-rtd-theme
|
||||||
Jinja2<=3.0.3
|
Jinja2
|
@ -19,7 +19,7 @@
|
|||||||
# import os
|
# import os
|
||||||
# import sys
|
# import sys
|
||||||
# sys.path.insert(0, os.path.abspath('.'))
|
# sys.path.insert(0, os.path.abspath('.'))
|
||||||
import sphinx_rtd_theme
|
# import sphinx_rtd_theme
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
@ -88,7 +88,7 @@ todo_include_todos = False
|
|||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
#
|
#
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
block:
|
block:
|
||||||
- pip:
|
- pip:
|
||||||
name: docker
|
name: docker
|
||||||
version: 4.4.4
|
|
||||||
executable: pip3
|
executable: pip3
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
@ -46,7 +45,6 @@
|
|||||||
block:
|
block:
|
||||||
- pip:
|
- pip:
|
||||||
name: tox
|
name: tox
|
||||||
version: 3.28.0
|
|
||||||
executable: pip3
|
executable: pip3
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
@ -85,6 +83,7 @@
|
|||||||
username: "{{ airship_shipyard_quay_creds.username }}"
|
username: "{{ airship_shipyard_quay_creds.username }}"
|
||||||
password: "{{ airship_shipyard_quay_creds.password }}"
|
password: "{{ airship_shipyard_quay_creds.password }}"
|
||||||
registry_url: "https://quay.io/api/v1/"
|
registry_url: "https://quay.io/api/v1/"
|
||||||
|
api_version: "1.43"
|
||||||
|
|
||||||
- make:
|
- make:
|
||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
block:
|
block:
|
||||||
- pip:
|
- pip:
|
||||||
name: docker
|
name: docker
|
||||||
version: 4.4.4
|
|
||||||
executable: pip3
|
executable: pip3
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user