Check if targets of links "out of root" exists#59
Check if targets of links "out of root" exists#59kolibri91 wants to merge 9 commits intomanuzhang:mainfrom kolibri91:feature/out-of-root
Conversation
| @@ -1,4 +1,4 @@ | |||
| strict: True | |||
| strict: False | |||
There was a problem hiding this comment.
Will want to revert this before final merge.
There was a problem hiding this comment.
Of course, but I'm wondering you how got it work within your example.
I normally get this warning:
WARNING - Documentation file 'index.md' contains a link to '..\..\..\README.md' which is not found in the documentation files.
There was a problem hiding this comment.
Of course, but I'm wondering you how got it work within your example. I normally get this warning:
WARNING - Documentation file 'index.md' contains a link to '..\..\..\README.md' which is not found in the documentation files.
@johnthagen Ok, got it. mkdocs complains about missing files but not folders. So, your particular example from #58 works in strict mode.
|
In my opinion Python 3.6 is end of life and we should simply drop it from the test suite. Even Python 3.7 is almost end of life (2 months). |
It's not up to me to decide... |
|
@manuzhang Would you have any issues with dropping Python 3.6 support since that is end of life? |
No, but let's do it in a separate PR and update test workflows, README, etc. |
|
Considering the results and the loss of The only useful commit is 32f9c3e and this has to be contributed in a separate PR including tests. |
TBD
Closes #58