diff --git a/.zuul.yaml b/.zuul.yaml index 93462c9..617cb97 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,17 +1,10 @@ --- -- job: - name: openstack-tox-linters-npm - parent: openstack-tox-linters - # bionic needed for less ancient nodejs/npm which would fail to install - # cspell regardless engines mentioned in package.json - nodeset: ubuntu-bionic - - project: + templates: + - build-openstack-docs-pti check: jobs: - - build-openstack-sphinx-docs - - openstack-tox-linters-npm + - openstack-tox-linters gate: jobs: - - build-openstack-sphinx-docs - - openstack-tox-linters-npm + - openstack-tox-linters diff --git a/doc/source/conf.py b/doc/source/conf.py index b14b9ca..b68bffd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'openstack/coats' +repository_name = 'x/coats' use_storyboard = True bug_tag = '' diff --git a/tox.ini b/tox.ini index 6edac60..d4f807c 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ whitelist_externals = xargs [testenv:docs] +basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands = sphinx-build -b html -W doc/source doc/build/html