A valid project directory structure is one of these:
. ├── _build ├── conf.py └── other files
. ├── build └── source ├── conf.py └── other files
. ├── _make │ ├── build │ └── conf.py └── other files
This form lets you kickstart a new Sphinx project in current directory.