Hi there, I have a question regarding docutils configuration<http://docutils.sourceforge.net/docs/user/config.html> to control the HTML output generated by sphinx.
My question is identical to the unanswered question on Stack Overflow, found here: http://stackoverflow.com/questions/13029207/overriding-the-default-field-name-limit-in-sphinx-docutils I want to change the way that tables are printed when listing command line options. There is an option for that in docutils called option_limit<http://docutils.sourceforge.net/docs/user/config.html#option-limit> and I put it in my docutils configuration file in my root sphinx documentation directory: cat docutils.conf [general] dump_settings:1 dunmp_internals:1 [html4css1 writer] # This makes options span two columns when printed in HTML. option-limit:1 Thanks to "dump_internals" and "dump_settings", I can see all of the options, including "option-limit", and their values when I execute make html However, the generated HTML output does not change when I change the "option-limit". *How can I make sphinx use the docutils.conf values when generating HTML output?* Please let me know if you need additional information from me to help solve this problem. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
