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
On running sphinx-build for a 2nd time, you currently get warnings:
WARNING: (broken) content-types/markdown.html redirects to file-types/markdown.html but /Users/chrisjsewell/Documents/GitHub/jupyter-book/docs/_build/html/content-types/markdown.html already exists!
Possible approaches:
keep track of written redirect files in the sphinx env
Add an "identifier" comment at the top of the redirect files, then check for it
The text was updated successfully, but these errors were encountered:
On running sphinx-build for a 2nd time, you currently get warnings:
WARNING: (broken) content-types/markdown.html redirects to file-types/markdown.html but /Users/chrisjsewell/Documents/GitHub/jupyter-book/docs/_build/html/content-types/markdown.html already exists!
Possible approaches:
env
The text was updated successfully, but these errors were encountered: