summaryrefslogtreecommitdiff
path: root/_doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '_doc/conf.py')
-rw-r--r--_doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/conf.py b/_doc/conf.py
index 45869b1..0efcc64 100644
--- a/_doc/conf.py
+++ b/_doc/conf.py
@@ -75,7 +75,7 @@ class ryd2rst:
if True:
try:
from ryd.__main__ import RYDCmd
- from ruamel.std.pathlib import Path
+ from pathlib import Path
oldargv = sys.argv
for fn in Path('.').glob('*.ryd'):