For example, on the rubric pages there is a link to the presentations rubric:
https://rhwhite.github.io/numeric_2022/rubrics/presentations_rubric.pdf
(also I copied the Makefile to do this for the schedules, so whatever the fix for rubrics is, I need to repeat it). I note the lines that I think should be doing this in the Makefile are:
Custom html target to rsync PDFs into $BUILDDIR after Sphinx has created it
html:
@$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
rsync -av rubrics/.pdf "$(BUILDDIR)/html/rubrics"
rsync -av schedules/.pdf "$(BUILDDIR)/html/schedules"
For example, on the rubric pages there is a link to the presentations rubric:
https://rhwhite.github.io/numeric_2022/rubrics/presentations_rubric.pdf
(also I copied the Makefile to do this for the schedules, so whatever the fix for rubrics is, I need to repeat it). I note the lines that I think should be doing this in the Makefile are:
Custom html target to rsync PDFs into $BUILDDIR after Sphinx has created it
html:$(SPHINXOPTS) $ (O)
@$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)/html"
rsync -av rubrics/.pdf "$(BUILDDIR)/html/rubrics"
rsync -av schedules/.pdf "$(BUILDDIR)/html/schedules"