File tree Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434exclude_patterns = ['_build' ]
3535
3636pygments_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'
5639
5740# Add any paths that contain custom static files (such as style sheets) here,
5841# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 77wheel
88twine
99flake8
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):
3434 extras_require = {
3535 'docs' : [
3636 'sphinx' ,
37- 'Flask-Sphinx-Themes ' ,
37+ 'sphinx_rtd_theme ' ,
3838 ]
3939 },
4040 classifiers = ['Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments