Am 02.03.2022 10:10 schrieb c.bu...@posteo.jp:
Am I correct that this is gone in the current stable release of
sphinx? And what is the design thinking behind it? What changed in the
years?
I was looking into the current/stable (?) official docu
https://www.sphinx-doc.org/en/1.5.1/tutorial.html
That tutorial also mention an "autodoc" question from
"sphinx-quickstart".
I updated my Sphinx via pip to version 4.4.0. I can definitely say that
it doesn't ask my a question related to autodoc.
Here is the complete output of my sphinx-quickstart
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
import sphinx
sphinx.__version__
'4.4.0'
exit()
user main ~ tab-cloud _transfer killme sphinx-quickstart
Welcome to the Sphinx 4.4.0 quickstart utility.
Please enter values for the following settings (just press Enter to
accept a default value, if one is given in brackets).
Selected root path: .
You have two options for placing the build directory for Sphinx output.
Either, you use a directory "_build" within the root path, or you
separate
"source" and "build" directories within the root path.
Separate source and build directories (y/n) [n]: y
The project name will occur in several places in the built
documentation.
Project name: n
Author name(s): n
Project release []: 0
If the documents are to be written in a language other than English,
you can select a language here by its language code. Sphinx will then
translate text that it generates into that language.
For a list of supported codes, see
https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language.
Project language [en]:
Creating file /home/user/tab-cloud/_transfer/killme/source/conf.py.
Creating file /home/user/tab-cloud/_transfer/killme/source/index.rst.
Creating file /home/user/tab-cloud/_transfer/killme/Makefile.
Creating file /home/user/tab-cloud/_transfer/killme/make.bat.
Finished: An initial directory structure has been created.
You should now populate your master file
/home/user/tab-cloud/_transfer/killme/source/index.rst and create other
documentation
source files. Use the Makefile to build the docs, like so:
make builder
where "builder" is one of the supported builders, e.g. html, latex or
linkcheck.
--
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 sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sphinx-users/96dafb9286d1bc1d453db99ba4edf830%40posteo.de.