-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Milestone
Description
I face a really strange issue.
Please see this file, and notice in Install Manually section, step 4, in the sample code.
<script src="assets/angular-gantt.js"></script>
When i generate the docs using mkdocs build
, it gives the following page, and the script source is changed :
<script src="../assets/angular-gantt.js"></script>
Notice the ../
added to the begining of file. This may have sense for real <script src...>
tag, but it should not occur inside a code block (4-space indent or quoted)
Page generated by readthedocs has the same issue.
Metadata
Metadata
Assignees
Labels
No labels