Hi Nicholas,

You can do it with "-q (--quiet)" option of sphinx-quickstart. Then
quickstart will skip interaction as you like.
"-a (--author)" and "-p (--project)" options are also needed.
For more information, please read command line help of
sphinx-quickstart (sphinx-quickstart -h).

Thanks,
Takeshi KOMIYA

2019年3月10日(日) 8:39 Nicholas Yue <[email protected]>:
>
> Hi,
>
>   I am a developer who is encouraging other developers in my company to adopt 
> sphinx as the common way to generate documentation from our python code.
>
>   I myself is relatively new to Sphinx hence some newbie questions.
>
>   I know there is a sphinx-quickstart which guides developer in the initial 
> setup.
>
>   I am wondering if there is a more structured/programmatic way to perform 
> the initial setup for the following two reasons
>   (1) All sphinx setup will be the same (except for project name, version 
> number, author)
>   (2) Less experience developer don’t have to answers many questions during 
> the setup
>
>   I am looking for something which I call with maybe one single command line 
> with all the parameters, this should help me create a tool like 
> GeneratePythonProject that takes care of everything and the developer can 
> start coding and adding references to their code in the index.rst file 
> without too much trouble and generating the documentation immediately rather 
> than as an after thought.
>
> Cheers
>
> --
> 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 https://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to