-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Looking at all the files, I notice that you're using m2r2 to include …
…the README.md file in your documentation, and there's quite a bit of complex markdown content in both README files, including tables, mermaid diagrams, and relative image paths. The error occurs when trying to parse this content. Let's try a few fixes: First, update your conf.py to explicitly set markdown support:
- Loading branch information
Showing
2 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ numpydoc | |
m2r2 | ||
sphinxcontrib.mermaid | ||
sphinx_rtd_theme | ||
sphinxcontrib-apidoc | ||
sphinxcontrib-apidoc | ||
recommonmark |