Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 7337fa2

Browse files
committed
Attempt to fix docs build.
1 parent a7b0d83 commit 7337fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268

269269

270270
def generate_error_code_table():
271-
from violations import ErrorRegistry
271+
from pydocstyle.violations import ErrorRegistry
272272
with open(os.path.join('snippets', 'error_code_table.rst'), 'wt') as outf:
273273
outf.write(ErrorRegistry.to_rst())
274274

0 commit comments

Comments
 (0)