Skip to content

Commit

Permalink
Revert upgrade config for ReadtheDocs #17
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Oct 1, 2023
1 parent 1dd0aa2 commit a8b44c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
sys.path.insert(0, os.path.abspath('.'))
print(sys.path)
import glob
print(glob.glob("*/"))
print(glob.glob("../*/"))

autodoc_mock_imports = ['sip', 'PyQt6', 'PyQt6.QtGui', 'PyQt6.QtCore',
'PyQt6.QtWidgets']
Expand Down

0 comments on commit a8b44c2

Please sign in to comment.