Skip to content

Commit fcbb3ce

Browse files
committed
Use m2r module to render README.md in sphinx docs.
1 parent ffa6226 commit fcbb3ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,10 @@
9696

9797
# Add any paths that contain custom static files (such as style sheets) here,
9898
# relative to this directory. They are copied after the builtin static files,
99-
# so a file named "default.css" will overwrite the builtin "default.css".
100-
html_static_path = ['_static']
99+
# so a file named "default.css" will overwrite the built-in "default.css".
100+
html_static_path = []
101+
102+
html_extra_path = ['../../ExampleDeck.jpg']
101103

102104
html_extra_path = ['../../ExampleDeck.jpg']
103105

0 commit comments

Comments
 (0)