Skip to content

Commit

Permalink
set to pyqt5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusHackspacher committed Oct 13, 2024
1 parent 7439c56 commit e6b3dcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .checkignore

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return Mock()

MOCK_MODULES = ['PyQt6', 'PyQt6.QtSvg']
MOCK_MODULES = ['PyQt5', 'PyQt5.QtSvg']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down Expand Up @@ -66,7 +66,7 @@ def __getattr__(cls, name):

# General information about the project.
project = 'pyLottoSimu'
copyright = '2015-2018, pyLottoSimu-Team'
copyright = '2015-2024, pyLottoSimu-Team'
author = 'Markus Hackspacher'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyQt6
PyQt5
# unit test requirements
mock
pycodestyle
Expand Down

0 comments on commit e6b3dcc

Please sign in to comment.