SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Список вопросов Печать

Sphinx theme error: no theme named 'bootstrap' found (missing theme.conf?)


Метки: sphinx 

Running Sphinx v4.4.0
loading translations [ru]... готово
loading pickled environment... готово

Theme error:
no theme named 'bootstrap' found (missing theme.conf?)
make: *** [Makefile:20: html] Ошибка 2

Ответы

RemiZOffAlex  Создано: 2022-04-25 00:31:27.443442  Обновлено: 2022-04-25 00:31:27.443460

Добавить в файл conf.py опцию html_theme_path. Например:

html_theme_path = ['.']

Возможно будут интересны и другие вопросы