Skip to content

Commit 787e9a0

Browse files
committed
Doc: updated requirements
1 parent 3493176 commit 787e9a0

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ModuleTester User Guide
2-
======================
2+
=======================
33

44
ModuleTester is a library for executing and managing Python package tests.
55

doc/requirements.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The :mod:`moduletester` package requires the following Python modules:
99
- Summary
1010
* - Python
1111
- >=3.8, <4
12-
-
13-
* - guidata
12+
-
13+
* - guidata
1414
- >= 3.1
15-
-
16-
* - QtPy
15+
-
16+
* - QtPy
1717
- >= 1.9
18-
-
18+
-
1919
* - beautifulsoup4
20-
-
20+
-
2121
- Screen-scraping library
2222
* - PyQt5
2323
- >=5.11
@@ -33,16 +33,16 @@ Optional modules for development:
3333
- Version
3434
- Summary
3535
* - black
36-
-
36+
-
3737
- The uncompromising code formatter.
3838
* - isort
39-
-
39+
-
4040
- A Python utility / library to sort Python imports.
4141
* - pylint
42-
-
42+
-
4343
- python code static checker
4444
* - Coverage
45-
-
45+
-
4646
- Code coverage measurement for Python
4747

4848
Optional modules for building the documentation:
@@ -55,11 +55,11 @@ Optional modules for building the documentation:
5555
- Version
5656
- Summary
5757
* - PyQt5
58-
-
58+
-
5959
- Python bindings for the Qt cross platform application toolkit
6060
* - sphinx
6161
- >6
6262
- Python documentation generator
63-
* - python-docs-theme
64-
-
65-
- The Sphinx theme for the CPython docs and related projects
63+
* - pydata_sphinx_theme
64+
-
65+
- Bootstrap-based Sphinx theme from the PyData community

0 commit comments

Comments
 (0)