python - How to custom the configuration of sphinx-quickstart -
when run sphinx-quickstart
it's annoying me show options
can have default configuration ? without check options 1 one?
please indicate if want use 1 of following sphinx extensions: > autodoc: automatically insert docstrings modules (y/n) [n]: > doctest: automatically test code snippets in doctest blocks (y/n) [n]: > intersphinx: link between sphinx documentation of different projects (y/n) [n]: > todo: write "todo" entries can shown or hidden on build (y/n) [n]: > coverage: checks documentation coverage (y/n) [n]: > pngmath: include math, rendered png images (y/n) [n]: > mathjax: include math, rendered in browser mathjax (y/n) [n]: > ifconfig: conditional inclusion of content based on config values (y/n) [n]: > viewcode: include links source code of documented python objects (y/n) [n]:
basically, should consider write own script, put way want , not ask questions along way. sphinx-quickstart general purpose utility, should allow level of customization. driven towards beginner users, aren't familiar project structure, if know put everything, can live without sphinx-quickstart. in projects work on end creating own python/bash scripts actions (init, build, deploy, etc). hope helps.
Comments
Post a Comment