Skip to content

Commit 299cf7e

Browse files
committed
Fix docs compile bug after function rename
1 parent 0478320 commit 299cf7e

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
@@ -216,8 +216,8 @@
216216

217217
# Create sample .proplotrc file
218218
from proplot.config import rc
219-
rc._save_proplotrc(os.path.join('_static', 'proplotrc'))
220219
rc._save_rst(os.path.join('_static', 'rctable.rst'))
220+
rc._save_yaml(os.path.join('_static', 'proplotrc'))
221221

222222
# Role
223223
# default family is py, but can also set default role so don't need

0 commit comments

Comments
 (0)