diff --git a/.zuul.yaml b/.zuul.yaml index 5b5f863..102c1c6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,14 +11,18 @@ # limitations under the License. - project: - templates: - - docs-on-readthedocs - vars: - rtd_webhook_id: '90677' - rtd_project_name: 'airship-election' + check: + jobs: + - openstack-tox-docs + gate: + jobs: + - openstack-tox-docs post: jobs: - airship-election-upload-git-mirror + promote: + jobs: + - promote-airship-project-docs - job: name: airship-election-upload-git-mirror diff --git a/doc/source/conf.py b/doc/source/conf.py index 7a57de0..015b09a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,9 +46,9 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = 'Airship Project' -copyright = '2019, Airship Team' -author = 'Airship Team' +project = 'Airship Elections' +copyright = '2019-2020, The Airship Authors' +author = 'The Airship Authors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -114,7 +114,12 @@ html_theme = 'sphinx_rtd_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 # documentation. -#html_theme_options = {} +html_theme_options = { + 'display_version': False, + 'logo_only': True +} + +html_logo = 'img/airship.logo.white.svg' # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] diff --git a/doc/source/img/airship.logo.white.svg b/doc/source/img/airship.logo.white.svg new file mode 100644 index 0000000..b664296 --- /dev/null +++ b/doc/source/img/airship.logo.white.svg @@ -0,0 +1 @@ +logo_white \ No newline at end of file