我正在尝试使用Sphinx为我的项目生成文档,但输出文档不包含任何类.我究竟做错了什么?以下是我用来生成文档的命令:
> ls
Aplikacja.py* Baza.py doc/ EkranLogowania.py EkranRejestracji.py InterfejsWWW.py RequestHandler.py _static/ util.py
BazaLoginow.py BladWalidiacji.py EkranBledu.py EkranMenuGlownego.py GodzinyZajec.py Makefile res/ _templates/ Zajecia.py
BazaPlanow.py db/ EkranEdycjiZajec.py EkranPlanu.py HTTPServer.py Plan.py SesjaUzytkownika.py USOSApi.py
> sphinx-quickstart
Welcome to the Sphinx 1.1.3 quickstart utility.
Please enter values for the following settings (just press Enter to
accept a default value, if one is given in brackets).
Enter the root path for documentation.
> Root path for the documentation [.]:
You have two options for placing the build …Run Code Online (Sandbox Code Playgroud)