You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ Include the markdown file in `index.rst` `toctree`.
13
13
You may modify the landing page `index.rst` itself in reStructuredText format.
14
14
15
15
## Generate HTML documentation website
16
-
`make html`
16
+
`cp ../README.md overview.md; make html`
17
17
You may ignore the consistency warning that README.md is not included in toctree. README.md is this file, the instruction to generate documentation website.
0 commit comments