Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/conf.py
  • Loading branch information
jaraco committed Dec 16, 2022
2 parents d706a01 + c68ac3b commit 7745164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -7,8 +7,10 @@ env:
# Request colored output from CLI tools supporting it. Different tools
# interpret the value differently. For some, just being set is sufficient.
# For others, it must be a non-zero integer. For yet others, being set
# to a non-empty value is sufficient.
FORCE_COLOR: -106
# to a non-empty value is sufficient. For tox, it must be one of
# <blank>, 0, 1, false, no, off, on, true, yes. The only enabling value
# in common is "1".
FORCE_COLOR: 1
# MyPy's color enforcement (must be a non-zero number)
MYPY_FORCE_COLOR: -42
# Recognized by the `py` package, dependency of `pytest` (must be "1")
Expand Down Expand Up @@ -57,6 +59,7 @@ jobs:
- python: pypy3.9
platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.12' }}
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down
4 changes: 0 additions & 4 deletions docs/conf.py
@@ -1,7 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# flake8: noqa

extensions = [
'sphinx.ext.autodoc',
'jaraco.packaging.sphinx',
Expand Down

0 comments on commit 7745164

Please sign in to comment.