Sphinx error in make html
问题 I am trying to build a Sphinx documentation for a package but I keep getting errors and could use some help. My project directory is bb_lite and the codes are located in the backend folder. bb_lite ├── 1.0\ docs ├── 2.0\ data ├── README.md └── backend This is how my backend folder looks like . ├── README.md ├── __init__.py ├── __pycache__ │ └── __init__.cpython-36.pyc ├── archive │ ├── cont_pca_transform_w_original_func.py │ └── model_tuner.py ├── automl_pipeline │ ├── __init__.py │ ├── flow