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
Right now, the links for schedule.yml point to the root of the repo, not the _build directory. For example, the current
auxil:
id: 'Note 1'
href: './unit1.html'
...gives a missing file error when you click on "Unit 1," but when you change to href: '_build/html/unit1.html' it works.
Linking to _build/html/ is fine, but we should change the template. If there's a nice way to make _build/html the root directory for schedule.yml that would be even better.
The text was updated successfully, but these errors were encountered:
Actually, the _build/html/unit1.html looks terrible. The right fix is actually to link directly to href: './unit1.md'. I think we only need to update the template.
Right now, the links for
schedule.yml
point to the root of the repo, not the_build
directory. For example, the current...gives a missing file error when you click on "Unit 1," but when you change to
href: '_build/html/unit1.html'
it works.Linking to
_build/html/
is fine, but we should change the template. If there's a nice way to make_build/html
the root directory forschedule.yml
that would be even better.The text was updated successfully, but these errors were encountered: