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 8efa4ea commit d5a9b50Copy full SHA for d5a9b50
tox.ini
@@ -111,11 +111,6 @@ deps =
111
# independent of the docs extra. Ideally, we'd use dependency groups for docs
112
# dependencies, but RTD doesn't support them yet.
113
-r {tox_root}/requirements-docs.txt
114
-passenv =
115
- # On Apple silicon, you need to manually set the location of the PyEnchant
116
- # library:
117
- # export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.2.dylib
118
- PYENCHANT_LIBRARY_PATH
119
commands =
120
!lint-!all-!live : python -m sphinx {[docs]sphinx_args} {posargs} --builder html {[docs]docs_dir} {[docs]build_dir}{/}html
121
lint : python -m sphinx {[docs]sphinx_args} {posargs} --builder spelling {[docs]docs_dir} {[docs]build_dir}{/}spell
0 commit comments