You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
man: Needs some consolidations on the hatch-scripts/makefile
spellcheck: This is a difficult one, because PyEnchant does not seem to support full-word dictionaries, e.g. omni-present needs to be added as omni in the dictionary file. This builder needs more research if there are alternatives (original contributor switched to skyspell) (Omitted for now until a good alternative is found. codespell is helping a bit)
doctest + shtest: Requires converting the rst files to the corresponding directives. No usage for doctest found so far
The text was updated successfully, but these errors were encountered:
For the spellcheck it seems @happz finds it usable in the current state, so I will deffer the implementation to them. I thought it didn't handle capitalization that well, e.g. CMake, but maybe there is a way of writing appropriate PyEnchant dictionary files for those. I would love to see that.
This is a continuation of #2483 to discuss and track the other sphinx builders to add
html
: Already fully functional. Simplify the documentation building #2483 tracks the warnings as fatal errorslinkcheck
: In Add sphinx-builderlinkcheck
#2489man
: Needs some consolidations on the hatch-scripts/makefile(Omitted for now until a good alternative is found.spellcheck
: This is a difficult one, because PyEnchant does not seem to support full-word dictionaries, e.g.omni-present
needs to be added asomni
in the dictionary file. This builder needs more research if there are alternatives (original contributor switched toskyspell
)codespell
is helping a bit)doctest
+shtest
: Requires converting therst
files to the corresponding directives. No usage fordoctest
found so farThe text was updated successfully, but these errors were encountered: