File tree 4 files changed +4
-26
lines changed
4 files changed +4
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 34
34
exclude_patterns = ['_build' ]
35
35
36
36
pygments_style = 'sphinx'
37
- html_theme = 'flask'
38
- html_theme_options = {
39
- # 'index_logo': '',
40
- 'github_fork' : 'pytest-dev/pytest-django' ,
41
- }
42
- html_sidebars = {
43
- 'index' : [
44
- 'sidebarintro.html' ,
45
- 'globaltoc.html' ,
46
- 'searchbox.html'
47
- ],
48
- '**' : [
49
- 'globaltoc.html' ,
50
- 'relations.html' ,
51
- 'searchbox.html'
52
- ]
53
- }
54
- # html_style = 'rtd.css'
55
- # RTD_NEW_THEME = True
37
+
38
+ html_theme = 'sphinx_rtd_theme'
56
39
57
40
# Add any paths that contain custom static files (such as style sheets) here,
58
41
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 7
7
wheel
8
8
twine
9
9
flake8
10
- Flask-Sphinx-Themes
10
+ sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read(fname):
34
34
extras_require = {
35
35
'docs' : [
36
36
'sphinx' ,
37
- 'Flask-Sphinx-Themes ' ,
37
+ 'sphinx_rtd_theme ' ,
38
38
]
39
39
},
40
40
classifiers = ['Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments