Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 22, 2023
1 parent 0f0664d commit c01ca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import sphinx

if sphinx.version_info < (7,):
if sphinx.version_info < (7, 2):
from sphinx.testing.path import path as Path
_rootdir = Path(__file__).parent.abspath() / 'roots'
else:
Expand Down

0 comments on commit c01ca2b

Please sign in to comment.