python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Sphinx-build: using man builder name and checking whether created man pages are correctly displayed
I am new to sphinx and I have currently used it to generate man pages using the man builder name through sphinx-build.
Man pages seems they are successfully generated since the final output after exec...

Willy
Votes: 0
Answers: 1
Variable format changed to ~class.attribute in docs
So I've been working on some docs for some weeks now and they always appeared fine until last night all the variables started coming up in the format ~Class.Attribute. I attempted to rollback to multi...
Sohjiro
Votes: 0
Answers: 1
document pydantic.BaseSettings/BaseModel based classes with sphinx autoapi
I wrote a class like this:
class ComponentData(pydantic.BaseSetting):
"""dummy doc-string"""
att1: str = pydantic.Field(default="def1")
""...
Valentin Dumitru
Votes: 0
Answers: 0
Sphinx: "man_pages" config value references unknown document <filename>
I am a beginner so maybe this question sounds stupid.
Anyway, I have a make.bat file which you can pass in the builder name to use and it invokes below command:
set SPHINXBUILD=sphinx-build
set SOURCE...

Willy
Votes: 0
Answers: 0