File tree Expand file tree Collapse file tree 2 files changed +36
-7
lines changed Expand file tree Collapse file tree 2 files changed +36
-7
lines changed Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.1 .0'
51
+ version = '0.2 .0'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.1 .0'
53
+ release = '0.2 .0'
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
91
91
92
92
# The theme to use for HTML and HTML Help pages. See the documentation for
93
93
# a list of builtin themes.
94
- html_theme = 'agogo'
94
+ #html_theme = 'agogo'
95
+ html_theme = 'sphinxdoc'
96
+ #html_theme = 'scrolls'
97
+ #html_theme = 'nature'
98
+ #html_theme = 'haiku'
99
+ #html_theme = 'pyramid'
95
100
96
101
# Theme options are theme-specific and customize the look and feel of a theme
97
102
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
- pytest-qt: test your Qt GUI applications with pytest
7
- ====================================================
8
-
9
- .. automodule :: pytestqt
6
+
7
+ =========
8
+ pytest-qt
9
+ =========
10
+
11
+ :Author: Bruno Oliveira
12
+ :Repository: `GitHub <https://github.com/nicoddemus/pytest-qt >`_
13
+ :Version: |version |
14
+ :License: `LGPL <http://www.gnu.org/licenses/lgpl-3.0.txt >`_
15
+
16
+
17
+ Introduction
18
+ ============
19
+
20
+ .. automodule :: pytestqt
21
+
22
+ Tutorial
23
+ ========
24
+
25
+ Soon.
26
+
27
+
28
+ QtBot
29
+ =====
30
+
31
+ .. module :: pytestqt.conftest
32
+ .. autoclass :: QtBot
33
+
You can’t perform that action at this time.
0 commit comments