myproject/
├── docs/
│ ├── conf.py
│ ├── index.rst
│ ├── cli.rst
│ ├── api.rst
│ └── requirements.txt
├── myproject/
│ ├── __init__.py
│ ├── core.py
│ └── cli.py
├── tests/
│ └── test_core.py
├── README.md
└── pyproject.toml
mkdir -p myproject/{myproject,tests,docs/_static,docs/_templates}
when dome run
sphinx-autobuild . _build/html