We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to specify --html_toc_depth=1 during doconce format html, I have the following warning:
--html_toc_depth=1
doconce format html
*** warning: unrecognized command-line option --html_toc_depth=1
It seems that there's no handlers for html_toc_depth at all:
html_toc_depth
[user@maccie doconce #2152]$ grep "html_toc_depth" **/*.py build/lib/doconce/misc.py: bootstrap_options = ' --html_style=bootswatch_readable --html_code_style=inherit --html_pre_style=inherit --html_toc_depth=2 --pygments_html_style=default' lib/doconce/misc.py: bootstrap_options = ' --html_style=bootswatch_readable --html_code_style=inherit --html_pre_style=inherit --html_toc_depth=2 --pygments_html_style=default'
And that's all, no other mentions of this options in the sources.
The text was updated successfully, but these errors were encountered:
The option is just called --toc_depth and used by several output formats. (--html_toc_depth is an old option.)
--toc_depth
--html_toc_depth
Sorry, something went wrong.
No branches or pull requests
Trying to specify
--html_toc_depth=1
duringdoconce format html
, I have the following warning:It seems that there's no handlers for
html_toc_depth
at all:And that's all, no other mentions of this options in the sources.
The text was updated successfully, but these errors were encountered: