File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ < h3 > About pytest-django</ h3 >
2
+ < p >
3
+ pytest-django is a plugin for < a href ="http://pytest.org/ "> pytest</ a > .
4
+ Better testing for your < a href ="https://www.djangoproject.com/ "> Django</ a > project!
5
+ </ p >
Original file line number Diff line number Diff line change 33
33
exclude_patterns = ['_build' ]
34
34
35
35
pygments_style = 'sphinx'
36
- html_theme = 'default'
37
- html_style = 'rtd.css'
38
- RTD_NEW_THEME = True
36
+ html_theme = 'flask'
37
+ html_theme_options = {
38
+ # 'index_logo': '',
39
+ 'github_fork' : 'pytest-dev/pytest-django' ,
40
+ }
41
+ html_sidebars = {
42
+ 'index' : [
43
+ 'sidebarintro.html' ,
44
+ 'globaltoc.html' ,
45
+ 'searchbox.html'
46
+ ],
47
+ '**' : [
48
+ 'globaltoc.html' ,
49
+ 'relations.html' ,
50
+ 'searchbox.html'
51
+ ]
52
+ }
53
+ # html_style = 'rtd.css'
54
+ # RTD_NEW_THEME = True
39
55
40
56
# Add any paths that contain custom static files (such as style sheets) here,
41
57
# relative to this directory. They are copied after the builtin static files,
You can’t perform that action at this time.
0 commit comments