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
I guess that's part of sphinx-build. One way is to:
make a minimal feature file dummy.feature and run it with the following arguments: behave --dry-run --no-summary -q --format sphinx.steps -o doc/source dummy.feature
and then run: sphinx-build -b html doc/source path/to/destdir
@nickmeet
Correct (but normally, I use the complete feature directory to discover all steps).
The output directory contains the all step modules as *.rst files and an `index.rst`` as starting point (with a table of contents).
Hi, cant figure out how to pass
destdir
toSphinxStepsDocumentGenerator
from command line or config file.Related to #166 .
The text was updated successfully, but these errors were encountered: