Skip to content

Commit db28131

Browse files
Correct path to templates directory (#33)
1 parent 541f1a6 commit db28131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"pd.set_option('display.width', 1000000)"]
4444

4545
# Add any paths that contain templates here, relative to this directory.
46-
templates_path = ['_templates']
46+
templates_path = ['templates']
4747

4848
# The suffix(es) of source filenames.
4949
# You can specify multiple suffix as a list of string:

0 commit comments

Comments
 (0)