We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d2741 commit 65d9334Copy full SHA for 65d9334
.github/workflows/main.yml
@@ -29,13 +29,12 @@ jobs:
29
sphinx-version: "7.*"
30
31
env:
32
- OS: ${{ matrix.os }}
33
PYTHON: ${{ matrix.python-version }}
34
35
- name: "
+ name: """
36
Sphinx ${{ matrix.sphinx-version }}
37
Python ${{ matrix.python-version }}
38
- "
+ """
39
steps:
40
41
- name: Acquire sources
pyproject.toml
@@ -201,7 +201,6 @@ packages = [ "sphinx_design_elements" ]
201
exclude = [
202
]
203
check_untyped_defs = true
204
-implicit_optional = true
205
install_types = true
206
no_implicit_optional = true
207
non_interactive = true
0 commit comments