Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

test(functional): update to GitLab 18.6 and resolve issues found #6826

test(functional): update to GitLab 18.6 and resolve issues found

test(functional): update to GitLab 18.6 and resolve issues found #6826

Workflow file for this run

name: Docs
# If a pull-request is pushed then cancel all previously running jobs related
# to that pull-request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
- master
env:
PY_COLORS: 1
jobs:
sphinx:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- name: Set up Python
uses: actions/setup-python@v6.1.0
with:
python-version: "3.14"
- name: Install dependencies
run: pip install tox
- name: Build docs
env:
TOXENV: docs
run: tox
twine-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- name: Set up Python
uses: actions/setup-python@v6.1.0
with:
python-version: "3.14"
- name: Install dependencies
run: pip install tox twine wheel
- name: Check twine readme rendering
env:
TOXENV: twine-check
run: tox
Morty Proxy This is a proxified and sanitized view of the page, visit original site.