Re: [sphinx-users] Are there any serious C++ projects that use Sphinx alone?

2020-04-20 Thread Komiya Takeshi
It seems your mark up was wrong. Please adjust indentation of your input. `:noindex:` option and contents of the block (If an option ...) should have same indentation: ``` .. cpp:function:: template, T>> \ T getIntegralArg (const std::string& str, const char ch = '\0', \ const std::string& e

Re: [sphinx-users] Are there any serious C++ projects that use Sphinx alone?

2020-04-19 Thread MK Latter
Hi -- thanks for the feedback! I was using the stock Fedora version, 2.1.2 Anyway, I installed from github: `sphinx-apidoc --version` now == "sphinx-apidoc 3.1.0+/9e9" I recreated a fresh directory w/ `sphinx-quickstart`, and the minimal example which recreates the error looks like this:

Re: [sphinx-users] Are there any serious C++ projects that use Sphinx alone?

2020-04-18 Thread Komiya Takeshi
Hi, On my local, it works fine without error. I copied your "cpp:function" definition to my index.rst and build it to HTML with Sphinx-3.0.1. And the function is not filed into index. Please check your version of Sphinx and try it again with minimal example. Thanks, Takeshi KOMIYA 2020年4月19日(日)

[sphinx-users] Are there any serious C++ projects that use Sphinx alone?

2020-04-18 Thread MK Latter
I've just started to use sphinx with a C++ and I like it well enough, but I am getting a bit nervous that things are going to start falling apart because it doesn't seem to be able to handle gnarlier signatures. I'm aware of doxygen + exhale + sphinx but that is not really a route I want to go