diff --git a/.zuul.yaml b/.zuul.yaml index f61b8fd..94eaf9e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,15 @@ - project: templates: - - nodejs4-jobs - - nodejs8-docs + - nodejs10-jobs + check: + jobs: + - nodejs-npm-run-docs: + vars: + node_version: 10 + nodeset: ubuntu-focal + gate: + jobs: + - nodejs-npm-run-docs: + vars: + node_version: 10 + nodeset: ubuntu-focal diff --git a/doc/source/conf.py b/doc/source/conf.py index 41e73ce..f946848 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,6 +34,14 @@ openstackdocs_pdf_link = True # text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable +# openstackdocstheme options +repository_name = 'openstack/eslint-config-openstack' +bug_project = 'eslint-config-openstack' +bug_tag = '' + +# Must set this variable to include year, month, day, hours, and minutes. +html_last_updated_fmt = '%Y-%m-%d %H:%M' + # The suffix of source filenames. source_suffix = '.rst'