]> git.pld-linux.org Git - packages/python3-flask.git/blame - 0003-fix-issue-no-theme-named-flask-found.patch
- release 3 (by relup.sh)
[packages/python3-flask.git] / 0003-fix-issue-no-theme-named-flask-found.patch
CommitLineData
590f22ae
AM
1From 3e86fd25e9638898618cda8352402f4281bf809b Mon Sep 17 00:00:00 2001
2From: chengkang <1412950785@qq.com>
3Date: Mon, 17 Sep 2018 16:18:52 +0800
4Subject: [PATCH] fix issue: no theme named 'flask' found
5Origin: https://github.com/pallets/flask/commit/3e86fd25e9638898618cda8352402f4281bf809b
6
7---
8 docs/conf.py | 1 +
9 1 file changed, 1 insertion(+)
10
11--- a/docs/conf.py
12+++ b/docs/conf.py
13@@ -20,6 +20,7 @@
14 extensions = [
15 'sphinx.ext.autodoc',
16 'sphinx.ext.intersphinx',
17+ 'pallets_sphinx_themes',
18 ]
19
20 intersphinx_mapping = {
This page took 0.100609 seconds and 4 git commands to generate.