Re: [sphinx-users] reST markup error: :16: (SEVERE/4) Unexpected section title

2021-06-15 Thread anurag garg
Hi Takeshi Komiya, The -v option just prints the version. I could not find any verbose option from the help menu. Thanks, Anurag On Tuesday, 8 June 2021 at 12:08:25 UTC-5 anurag garg wrote: > Hi Takeshi Komiya, > > I was wondering if you are willing to help me look more into this. I work > on

Re: [sphinx-users] reST markup error: :16: (SEVERE/4) Unexpected section title

2021-06-08 Thread anurag garg
Hi Takeshi Komiya, I was wondering if you are willing to help me look more into this. I work on the OCI Python SDK project. The project can be found in github at https://github.com/oracle/oci-python-sdk. To reproduce the error we would need to update the sphinx and autodocsummnary in the requir

Re: [sphinx-users] reST markup error: :16: (SEVERE/4) Unexpected section title

2021-06-03 Thread Komiya Takeshi
Hmm... I don't have any idea to investigate what file is wrong. Perhaps, -v option might help you. Sorry for not helping you. Thanks, Takeshi KOMIYA 2021年6月3日(木) 0:24 anurag garg : > > Hi Takeshi, > > The make docs just calls : cd docs and make html. > > The `make html` is calling: `sphinx-build

Re: [sphinx-users] reST markup error: :16: (SEVERE/4) Unexpected section title

2021-06-02 Thread anurag garg
The warnings.txt also has this error:- ^[[91mreST markup error:^[[39;49;00m :16: (SEVERE/4) Unexpected section title. So I believe its emitted by Sphinx itself. On Wednesday, 2 June 2021 at 10:24:20 UTC-5 anurag garg wrote: > Hi Takeshi, > > The make docs just calls : cd docs and make html. > >

Re: [sphinx-users] reST markup error: :16: (SEVERE/4) Unexpected section title

2021-06-02 Thread anurag garg
Hi Takeshi, The make docs just calls : cd docs and make html. The `make html` is calling: `sphinx-build -b html -d _build/doctrees -w warnings.txt . _build/html` Thanks, Anurag On Saturday, 29 May 2021 at 10:47:28 UTC-5 i.tk...@gmail.com wrote: > Hi, > > Please check what command is invoked o

Re: [sphinx-users] reST markup error: :16: (SEVERE/4) Unexpected section title

2021-05-29 Thread Komiya Takeshi
Hi, Please check what command is invoked on "make docs". Basically, Sphinx outputs a warning with its filename. So I guess this might be a warning from other tool. Thanks, Takeshi KOMYA 2021年5月27日(木) 3:42 anurag garg : > > Hi Sphinx users, I am trying to update my orgs sphinx version from 1.8.3

[sphinx-users] reST markup error: :16: (SEVERE/4) Unexpected section title

2021-05-26 Thread anurag garg
Hi Sphinx users, I am trying to update my orgs sphinx version from 1.8.3 to 4.0.1. When I run the `make docs` on the updated version I get a reST markup error: :16: (SEVERE/4) Unexpected section title. Is there a way I can find which file has the issue? -- You received this message because you